Searched refs:glCopyTexSubImage2D (Results 1 - 17 of 17) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_ftable.h68 {"glCopyTexSubImage2D", (void*)glCopyTexSubImage2D},
H A Dgl_client_context.h70 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D; member in struct:gl_client_context_t
H A Dgl_client_context.cpp70 glCopyTexSubImage2D = (glCopyTexSubImage2D_client_proc_t) getProc("glCopyTexSubImage2D", userData);
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);
H A Dgl_enc.cpp8343 this->glCopyTexSubImage2D = &glCopyTexSubImage2D_enc;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h78 {"glCopyTexSubImage2D", (void *)glCopyTexSubImage2D},
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;}
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);
/device/generic/goldfish-opengl/system/GLESv2_enc/
H A Dgl2_ftable.h35 {"glCopyTexSubImage2D", (void*)glCopyTexSubImage2D},
H A Dgl2_client_context.h37 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D; member in struct:gl2_client_context_t
H A Dgl2_client_context.cpp37 glCopyTexSubImage2D = (glCopyTexSubImage2D_client_proc_t) getProc("glCopyTexSubImage2D", userData);
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);
H A Dgl2_enc.cpp11074 this->glCopyTexSubImage2D = &glCopyTexSubImage2D_enc;
/device/generic/goldfish-opengl/system/include/GLES/
H A Dgl.h653 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
/device/generic/goldfish-opengl/system/include/GLES2/
H A Dgl2.h401 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
/device/generic/goldfish-opengl/system/include/GLES3/
H A Dgl3.h401 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
H A Dgl31.h401 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);

Completed in 125 milliseconds