Searched defs:glCopyTexSubImage3DOES (Results 1 - 2 of 2) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
H A D | gl2_client_context.h | 163 glCopyTexSubImage3DOES_client_proc_t glCopyTexSubImage3DOES; member in struct:gl2_client_context_t
|
H A D | gl2_entry.cpp | 158 void glCopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); 1342 void glCopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) function 1345 ctx->glCopyTexSubImage3DOES(ctx, target, level, xoffset, yoffset, zoffset, x, y, width, height);
|
Completed in 16 milliseconds