Searched defs:glCopyTexSubImage2D (Results 1 - 6 of 6) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
H A D | gl_client_context.h | 70 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D; member in struct:gl_client_context_t
|
H A D | gl_entry.cpp | 65 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height); 649 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) function 652 ctx->glCopyTexSubImage2D(ctx, target, level, xoffset, yoffset, x, y, width, height);
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
H A D | gl2_client_context.h | 37 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D; member in struct:gl2_client_context_t
|
H A D | gl2_entry.cpp | 32 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height); 573 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) function 576 ctx->glCopyTexSubImage2D(ctx, target, level, xoffset, yoffset, x, y, width, height);
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
H A D | gles.cpp | 346 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) function 348 getDispatch()->glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
|
H A D | gles_dispatch.h | 81 glCopyTexSubImage2D_t glCopyTexSubImage2D; member in struct:gles_dispatch 353 glCopyTexSubImage2D_t set_glCopyTexSubImage2D(glCopyTexSubImage2D_t f) { glCopyTexSubImage2D_t retval = glCopyTexSubImage2D; glCopyTexSubImage2D = f; return retval;}
|
Completed in 43 milliseconds