Searched refs:glCompressedTexSubImage3DOES (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto78 glCompressedTexSubImage3DOES = 52;
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp884 const GLMessage_Function GLMessage::glCompressedTexSubImage3DOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1232 static const Function glCompressedTexSubImage3DOES = GLMessage_Function_glCompressedTexSubImage3DOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp14659 glmsg.set_function(GLMessage::glCompressedTexSubImage3DOES);
14730 glContext->hooks->gl.glCompressedTexSubImage3DOES(target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data);
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h368 GL_APICALL void GL_APIENTRY glCompressedTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);

Completed in 131 milliseconds