Home
last modified time | relevance | path

Searched refs:glCopyTexSubImage2D (Results 1 – 21 of 21) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h78 {"glCopyTexSubImage2D", (void *)glCopyTexSubImage2D},
Dgles_dispatch.h81 glCopyTexSubImage2D_t glCopyTexSubImage2D; member
353 …CopyTexSubImage2D_t f) { glCopyTexSubImage2D_t retval = glCopyTexSubImage2D; glCopyTexSubImage2D =… in set_glCopyTexSubImage2D()
Dgles.cpp346 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y… in glCopyTexSubImage2D() function
348 getDispatch()->glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h68 {"glCopyTexSubImage2D", (void*)glCopyTexSubImage2D},
Dgl_client_context.h70 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D; member
Dgl_client_context.cpp70 glCopyTexSubImage2D = (glCopyTexSubImage2D_client_proc_t) getProc("glCopyTexSubImage2D", userData); in initDispatchByName()
Dgl_entry.cpp65 …void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint …
651 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y… in glCopyTexSubImage2D() function
654 ctx->glCopyTexSubImage2D(ctx, target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D()
Dgl_enc.cpp8429 this->glCopyTexSubImage2D = &glCopyTexSubImage2D_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h35 {"glCopyTexSubImage2D", (void*)glCopyTexSubImage2D},
Dgl2_client_context.h37 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D; member
Dgl2_client_context.cpp37 glCopyTexSubImage2D = (glCopyTexSubImage2D_client_proc_t) getProc("glCopyTexSubImage2D", userData); in initDispatchByName()
Dgl2_entry.cpp32 …void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint …
588 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y… in glCopyTexSubImage2D() function
591 ctx->glCopyTexSubImage2D(ctx, target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D()
Dgl2_enc.cpp11597 this->glCopyTexSubImage2D = &glCopyTexSubImage2D_enc; in gl2_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles2_core.entries29 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y…
Dgles1_core.entries66 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y…
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h401 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint y…
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h653 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in58 GL_ENTRY(void, glCopyTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h401 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint y…
Dgl31.h401 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint y…
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in25 GL_ENTRY(void, glCopyTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…