Home
last modified time | relevance | path

Searched refs:glBindImageTexture (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt13 glBindImageTexture; # introduced=21
H A Dentries.in24 GL_ENTRY(void, glBindImageTexture, GLuint unit, GLuint texture, GLint level, GLboolean layered, GLi…
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec55 void glBindImageTexture ( GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer,…
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java952 public static native void glBindImageTexture( in glBindImageTexture() method in GLES31
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc39 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindImageTexture);
887 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindImageTexture); in init_stub_library()
H A Dstubs_arm64.cc39 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindImageTexture);
887 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindImageTexture); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc39 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindImageTexture);
887 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindImageTexture); in init_stub_library()
H A Dstubs_arm64.cc39 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindImageTexture);
887 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindImageTexture); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in901 void API_ENTRY(glBindImageTexture)(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLi…
902 CALL_GL_API(glBindImageTexture, unit, texture, level, layered, layer, access, format);
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1507 GL_APICALL void GL_APIENTRY glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean…
H A Dgl32.h1507 GL_APICALL void GL_APIENTRY glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean…
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp3209 glBindImageTexture( in android_glBindImageTexture__IIIZIII()
/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.txt29699 method public static void glBindImageTexture(int, int, int, boolean, int, int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt20645 method public static void glBindImageTexture(int, int, int, boolean, int, int, int);