Home
last modified time | relevance | path

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

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