Home
last modified time | relevance | path

Searched refs:glProgramBinary (Results 1 – 20 of 20) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt271 glProgramBinary;
Dentries.in675 GL_ENTRY(void, glProgramBinary, GLuint program, GLenum binaryFormat, const void *binary, GLsizei le…
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec104 void glProgramBinary ( GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length )
/frameworks/base/opengl/java/android/opengl/
DGLES30.java1718 public static native void glProgramBinary( in glProgramBinary() method in GLES30
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc556 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramBinary);
1404 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glProgramBinary); in init_stub_library()
Dstubs_arm64.cc556 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramBinary);
1404 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glProgramBinary); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc556 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramBinary);
1404 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glProgramBinary); in init_stub_library()
Dstubs_arm.cc556 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramBinary);
1404 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glProgramBinary); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h629 #define glProgramBinary wrap_glProgramBinary macro
Dgles_undefine.h628 #undef glProgramBinary
Dgles_stubs.in718 void API_ENTRY(glProgramBinary)(GLuint program, GLenum binaryFormat, const void *binary, GLsizei le…
719 CALL_GL_API(glProgramBinary, program, binaryFormat, binary, length);
Dgles_decls.in240 GL_ENTRY(void, glProgramBinary, GLuint program, GLenum binaryFormat, const void *binary, GLsizei le…
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in718 void API_ENTRY(glProgramBinary)(GLuint program, GLenum binaryFormat, const void *binary, GLsizei le…
719 CALL_GL_API(glProgramBinary, program, binaryFormat, binary, length);
/frameworks/native/opengl/include/GLES3/
Dgl3.h1197 GL_APICALL void GL_APIENTRY glProgramBinary (GLuint program, GLenum binaryFormat, const void *binar…
Dgl31.h1199 GL_APICALL void GL_APIENTRY glProgramBinary (GLuint program, GLenum binaryFormat, const void *binar…
Dgl32.h1199 GL_APICALL void GL_APIENTRY glProgramBinary (GLuint program, GLenum binaryFormat, const void *binar…
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp5558 glProgramBinary( in android_glProgramBinary__IILjava_nio_Buffer_2I()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20282 method public static void glProgramBinary(int, int, java.nio.Buffer, int);
/frameworks/base/non-updatable-api/
Dcurrent.txt32960 method public static void glProgramBinary(int, int, java.nio.Buffer, int);
/frameworks/base/api/
Dcurrent.txt33104 method public static void glProgramBinary(int, int, java.nio.Buffer, int);