Home
last modified time | relevance | path

Searched refs:glActiveShaderProgram (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31.spec13 void glActiveShaderProgram ( GLuint pipeline, GLuint program )
/frameworks/base/opengl/java/android/opengl/
DGLES31.java336 public static native void glActiveShaderProgram( in glActiveShaderProgram() method in GLES31
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h20 #define glActiveShaderProgram wrap_glActiveShaderProgram macro
Dunwrap_gles.h20 #undef glActiveShaderProgram
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in775 void API_ENTRY(glActiveShaderProgram)(GLuint pipeline, GLuint program) {
776 CALL_GL_API(glActiveShaderProgram, pipeline, program);
/frameworks/native/opengl/include/GLES3/
Dgl31.h1465 GL_APICALL void GL_APIENTRY glActiveShaderProgram (GLuint pipeline, GLuint program);
Dgl32.h1465 GL_APICALL void GL_APIENTRY glActiveShaderProgram (GLuint pipeline, GLuint program);
/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp881 glActiveShaderProgram( in android_glActiveShaderProgram__II()
/frameworks/native/opengl/libs/
Dentries.in1 GL_ENTRY(void, glActiveShaderProgram, GLuint pipeline, GLuint program)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20644 method public static void glActiveShaderProgram(int, int);
/frameworks/base/api/
Dcurrent.txt27156 method public static void glActiveShaderProgram(int, int);
Dsystem-current.txt29596 method public static void glActiveShaderProgram(int, int);
Dtest-current.txt27225 method public static void glActiveShaderProgram(int, int);