Home
last modified time | relevance | path

Searched refs:glBindImageTexture (Results 1 – 13 of 13) 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/base/opengl/java/android/opengl/
DGLES31.java952 public static native void glBindImageTexture( in glBindImageTexture() method in GLES31
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h43 #define glBindImageTexture wrap_glBindImageTexture macro
Dunwrap_gles.h43 #undef glBindImageTexture
/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.cpp2845 glBindImageTexture( in android_glBindImageTexture__IIIZIII()
/frameworks/native/opengl/libs/
Dentries.in24 GL_ENTRY(void, glBindImageTexture, GLuint unit, GLuint texture, GLint level, GLboolean layered, GLi…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20645 method public static void glBindImageTexture(int, int, int, boolean, int, int, int);
/frameworks/base/api/
Dcurrent.txt27157 method public static void glBindImageTexture(int, int, int, boolean, int, int, int);
Dsystem-current.txt29597 method public static void glBindImageTexture(int, int, int, boolean, int, int, int);
Dtest-current.txt27226 method public static void glBindImageTexture(int, int, int, boolean, int, int, int);