Home
last modified time | relevance | path

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

/frameworks/native/opengl/include/GLES2/
Dgl2.h233 #define GL_ACTIVE_UNIFORMS 0x8B86 macro
/frameworks/native/opengl/include/GLES3/
Dgl3.h233 #define GL_ACTIVE_UNIFORMS 0x8B86 macro
Dgl31.h235 #define GL_ACTIVE_UNIFORMS 0x8B86 macro
Dgl32.h235 #define GL_ACTIVE_UNIFORMS 0x8B86 macro
/frameworks/base/opengl/java/android/opengl/
DGLES20.java179 public static final int GL_ACTIVE_UNIFORMS = 0x8B86; field in GLES20