HomeSort by relevance Sort by last modified time
    Searched refs:MAX_INSTANCES (Results 1 - 3 of 3) sorted by null

  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.h 44 #define MAX_INSTANCES (MAX_INSTANCES_PER_SIDE * MAX_INSTANCES_PER_SIDE)
83 // return a pointer to a buffer of MAX_INSTANCES * sizeof(vec2).
87 // return a pointer to a buffer of MAX_INSTANCES * sizeof(vec4).
100 float mAngularVelocity[MAX_INSTANCES];
102 float mAngles[MAX_INSTANCES];
RendererES3.cpp 98 glBufferData(GL_ARRAY_BUFFER, MAX_INSTANCES * 4*sizeof(float), NULL, GL_DYNAMIC_DRAW);
100 glBufferData(GL_ARRAY_BUFFER, MAX_INSTANCES * 2*sizeof(float), NULL, GL_STATIC_DRAW);
142 0, MAX_INSTANCES * 2*sizeof(float),
153 0, MAX_INSTANCES * 4*sizeof(float),
RendererES2.cpp 61 float mOffsets[2*MAX_INSTANCES];
62 float mScaleRot[4*MAX_INSTANCES]; // array of 2x2 column-major matrices

Completed in 2775 milliseconds