Home
last modified time | relevance | path

Searched defs:GL_BOOL_VEC4 (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/opengl/include/GLES2/
Dgl2.h325 #define GL_BOOL_VEC4 0x8B59 macro
/frameworks/native/opengl/include/GLES3/
Dgl3.h325 #define GL_BOOL_VEC4 0x8B59 macro
Dgl31.h325 #define GL_BOOL_VEC4 0x8B59 macro
Dgl32.h325 #define GL_BOOL_VEC4 0x8B59 macro
/frameworks/base/opengl/java/android/opengl/
DGLES20.java266 public static final int GL_BOOL_VEC4 = 0x8B59; field in GLES20