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

  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.h 43 #define MAX_INSTANCES_PER_SIDE 16
44 #define MAX_INSTANCES (MAX_INSTANCES_PER_SIDE * MAX_INSTANCES_PER_SIDE)
gles3jni.cpp 155 const float NCELLS_MAJOR = MAX_INSTANCES_PER_SIDE;
169 float centers[2][MAX_INSTANCES_PER_SIDE];

Completed in 48 milliseconds