Searched refs:MAX_INSTANCES (Results 1 – 3 of 3) sorted by relevance
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
D | gles3jni.h | 44 #define MAX_INSTANCES (MAX_INSTANCES_PER_SIDE * MAX_INSTANCES_PER_SIDE) macro 100 float mAngularVelocity[MAX_INSTANCES]; 102 float mAngles[MAX_INSTANCES];
|
D | RendererES3.cpp | 98 glBufferData(GL_ARRAY_BUFFER, MAX_INSTANCES * 4*sizeof(float), NULL, GL_DYNAMIC_DRAW); in init() 100 glBufferData(GL_ARRAY_BUFFER, MAX_INSTANCES * 2*sizeof(float), NULL, GL_STATIC_DRAW); in init() 142 0, MAX_INSTANCES * 2*sizeof(float), in mapOffsetBuf() 153 0, MAX_INSTANCES * 4*sizeof(float), in mapTransformBuf()
|
D | RendererES2.cpp | 61 float mOffsets[2*MAX_INSTANCES]; 62 float mScaleRot[4*MAX_INSTANCES]; // array of 2x2 column-major matrices
|