Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv2.map.txt157 glShaderBinary;
H A DlibGLESv3.map.txt328 glShaderBinary;
H A Dentries.in823 GL_ENTRY(void, glShaderBinary, GLsizei count, const GLuint *shaders, GLenum binaryformat, const voi…
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec96 glShaderBinary check binary length
H A DGLES20.spec99 void glShaderBinary ( GLsizei n, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, …
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1362 public static native void glShaderBinary( in glShaderBinary() method in GLES20
1373 public static native void glShaderBinary( in glShaderBinary() method in GLES20
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc692 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glShaderBinary);
1540 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glShaderBinary); in init_stub_library()
H A Dstubs_arm64.cc692 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glShaderBinary);
1540 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glShaderBinary); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc692 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glShaderBinary);
1540 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glShaderBinary); in init_stub_library()
H A Dstubs_arm64.cc692 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glShaderBinary);
1540 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glShaderBinary); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A 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);
/aosp12/frameworks/native/opengl/include/GLES2/
H A Dgl2.h623 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryform…
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl3.h623 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryform…
H A Dgl31.h625 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryform…
H A Dgl32.h625 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryform…
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4374 glShaderBinary( in android_glShaderBinary__I_3IIILjava_nio_Buffer_2I()
4439 glShaderBinary( in android_glShaderBinary__ILjava_nio_IntBuffer_2ILjava_nio_Buffer_2I()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt28857 method public static void glShaderBinary(int, int[], int, int, java.nio.Buffer, int);
28858 method public static void glShaderBinary(int, java.nio.IntBuffer, int, java.nio.Buffer, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A 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);