Searched refs:glBindImageTexture (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec55 void glBindImageTexture ( GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format )
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto668 glBindImageTexture = 641;
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java943 // C function void glBindImageTexture ( GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format )
945 public static native void glBindImageTexture( method in class:GLES31
/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1164 GL_APICALL void GL_APIENTRY glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1474 const GLMessage_Function GLMessage::glBindImageTexture; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1822 static const Function glBindImageTexture = GLMessage_Function_glBindImageTexture; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp12855 glmsg.set_function(GLMessage::glBindImageTexture);
12902 glContext->hooks->gl.glBindImageTexture(unit, texture, level, layered, layer, access, format);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp2665 /* void glBindImageTexture ( GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format ) */
2669 glBindImageTexture(
3143 {"glBindImageTexture", "(IIIZIII)V", (void *) android_glBindImageTexture__IIIZIII },

Completed in 383 milliseconds