Searched refs:glProgramBinary (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec104 void glProgramBinary ( GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h628 #define glProgramBinary wrap_glProgramBinary macro
H A Dgles_undefine.h628 #undef glProgramBinary macro
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1716 // C function void glProgramBinary ( GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length )
1718 public static native void glProgramBinary( method in class:GLES30
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1197 GL_APICALL void GL_APIENTRY glProgramBinary (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length);
H A Dgl31.h1199 GL_APICALL void GL_APIENTRY glProgramBinary (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length);
H A Dgl32.h1199 GL_APICALL void GL_APIENTRY glProgramBinary (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp5568 /* void glProgramBinary ( GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length ) */
5591 glProgramBinary(
6074 {"glProgramBinary", "(IILjava/nio/Buffer;I)V", (void *) android_glProgramBinary__IILjava_nio_Buffer_2I },

Completed in 70 milliseconds