Searched defs:glCopyTexSubImage2D (Results 1 - 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_client_context.h70 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D; member in struct:gl_client_context_t
H A Dgl_entry.cpp65 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 Dgl2_client_context.h37 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D; member in struct:gl2_client_context_t
H A Dgl2_entry.cpp32 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 Dgles.cpp346 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 Dgles_dispatch.h81 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