Home
last modified time | relevance | path

Searched refs:glShaderBinary (Results 1 – 21 of 21) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt157 glShaderBinary;
DlibGLESv3.map.txt328 glShaderBinary;
Dentries.in823 GL_ENTRY(void, glShaderBinary, GLsizei count, const GLuint *shaders, GLenum binaryformat, const voi…
/frameworks/native/opengl/tools/glgen/specs/gles11/
Dchecks.spec96 glShaderBinary check binary length
DGLES20.spec99 void glShaderBinary ( GLsizei n, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, …
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1362 public static native void glShaderBinary( in glShaderBinary() method in GLES20
1373 public static native void glShaderBinary( in glShaderBinary() method in GLES20
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc692 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glShaderBinary);
1540 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glShaderBinary); in init_stub_library()
Dstubs_riscv64.cc692 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glShaderBinary);
1540 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glShaderBinary); in init_stub_library()
Dstubs_arm64.cc692 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glShaderBinary);
1540 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glShaderBinary); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc692 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glShaderBinary);
1540 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glShaderBinary); in init_stub_library()
Dstubs_arm64.cc692 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glShaderBinary);
1540 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glShaderBinary); in init_stub_library()
Dstubs_riscv64.cc692 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glShaderBinary);
1540 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glShaderBinary); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in292 void API_ENTRY(glShaderBinary)(GLsizei count, const GLuint *shaders, GLenum binaryformat, const voi…
293 CALL_GL_API(glShaderBinary, count, shaders, binaryformat, binary, length);
/frameworks/native/opengl/include/GLES2/
Dgl2.h623 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryform…
/frameworks/native/opengl/include/GLES3/
Dgl3.h623 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryform…
Dgl31.h625 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryform…
Dgl32.h625 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryform…
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp4375 glShaderBinary( in android_glShaderBinary__I_3IIILjava_nio_Buffer_2I()
4440 glShaderBinary( in android_glShaderBinary__ILjava_nio_IntBuffer_2ILjava_nio_Buffer_2I()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19805 method public static void glShaderBinary(int, int[], int, int, java.nio.Buffer, int);
19806 method public static void glShaderBinary(int, java.nio.IntBuffer, int, java.nio.Buffer, int);
/frameworks/base/core/api/
Dcurrent.txt30736 method public static void glShaderBinary(int, int[], int, int, java.nio.Buffer, int);
30737 method public static void glShaderBinary(int, java.nio.IntBuffer, int, java.nio.Buffer, int);