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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto81 glCopyTexSubImage3DOES = 55;
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp887 const GLMessage_Function GLMessage::glCopyTexSubImage3DOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1235 static const Function glCopyTexSubImage3DOES = GLMessage_Function_glCopyTexSubImage3DOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp14506 glmsg.set_function(GLMessage::glCopyTexSubImage3DOES);
14565 glContext->hooks->gl.glCopyTexSubImage3DOES(target, level, xoffset, yoffset, zoffset, x, y, width, height);
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h366 GL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);

Completed in 1098 milliseconds