![]() |
OpenGL ES SDK for Android
ARM Developer Center
|
#include "sort.h"#include "common/matrix.h"#include "common/glutil.h"#include "common/shader.h"#include "common/common.h"#include <string.h>Go to the source code of this file.
Macros | |
| #define | MAX_SCAN_LEVELS 4 |
Functions | |
| bool | sort_init () |
| void | sort_free () |
| void | sort_bits (GLuint buf_input, int bit_offset, vec3 axis, float z_min, float z_max) |
| void | radix_sort (GLuint buf_input, vec3 axis, float z_min, float z_max) |
| GLuint buf_scan[MAX_SCAN_LEVELS] |
| GLuint buf_sums[MAX_SCAN_LEVELS] |