Home
last modified time | relevance | path

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

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