Searched refs:glBindImageTexture (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31.spec | 55 void glBindImageTexture ( GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer,…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31.java | 952 public static native void glBindImageTexture( in glBindImageTexture() method in GLES31
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 43 #define glBindImageTexture wrap_glBindImageTexture macro
|
D | unwrap_gles.h | 43 #undef glBindImageTexture
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 901 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/ |
D | gl31.h | 1507 GL_APICALL void GL_APIENTRY glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean…
|
D | gl32.h | 1507 GL_APICALL void GL_APIENTRY glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31.cpp | 2845 glBindImageTexture( in android_glBindImageTexture__IIIZIII()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 24 GL_ENTRY(void, glBindImageTexture, GLuint unit, GLuint texture, GLint level, GLboolean layered, GLi…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20645 method public static void glBindImageTexture(int, int, int, boolean, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 27157 method public static void glBindImageTexture(int, int, int, boolean, int, int, int);
|
D | system-current.txt | 29597 method public static void glBindImageTexture(int, int, int, boolean, int, int, int);
|
D | test-current.txt | 27226 method public static void glBindImageTexture(int, int, int, boolean, int, int, int);
|