/device/generic/goldfish-opengl/system/GLESv1_enc/ |
H A D | gl_ftable.h | 68 {"glCopyTexSubImage2D", (void*)glCopyTexSubImage2D},
|
H A D | gl_client_context.h | 70 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D; member in struct:gl_client_context_t
|
H A D | gl_client_context.cpp | 70 glCopyTexSubImage2D = (glCopyTexSubImage2D_client_proc_t) getProc("glCopyTexSubImage2D", userData);
|
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);
|
H A D | gl_enc.cpp | 8343 this->glCopyTexSubImage2D = &glCopyTexSubImage2D_enc;
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
H A D | gles_ftable.h | 78 {"glCopyTexSubImage2D", (void *)glCopyTexSubImage2D},
|
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;}
|
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);
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
H A D | gl2_ftable.h | 35 {"glCopyTexSubImage2D", (void*)glCopyTexSubImage2D},
|
H A D | gl2_client_context.h | 37 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D; member in struct:gl2_client_context_t
|
H A D | gl2_client_context.cpp | 37 glCopyTexSubImage2D = (glCopyTexSubImage2D_client_proc_t) getProc("glCopyTexSubImage2D", userData);
|
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);
|
H A D | gl2_enc.cpp | 11074 this->glCopyTexSubImage2D = &glCopyTexSubImage2D_enc;
|
/device/generic/goldfish-opengl/system/include/GLES/ |
H A D | gl.h | 653 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 D | gl2.h | 401 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 D | gl3.h | 401 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
|
H A D | gl31.h | 401 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
|