Searched refs:glCopyTexSubImage3D (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 314 {"glCopyTexSubImage3D", (void*)glCopyTexSubImage3D},
|
D | gl2_client_context.h | 349 glCopyTexSubImage3D_client_proc_t glCopyTexSubImage3D; member
|
D | gl2_client_context.cpp | 349 glCopyTexSubImage3D = (glCopyTexSubImage3D_client_proc_t) getProc("glCopyTexSubImage3D", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 344 …void glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, … 2491 void glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, G… in glCopyTexSubImage3D() function 2494 ctx->glCopyTexSubImage3D(ctx, target, level, xoffset, yoffset, zoffset, x, y, width, height); in glCopyTexSubImage3D()
|
D | gl2_enc.cpp | 11909 this->glCopyTexSubImage3D = &glCopyTexSubImage3D_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles3_only.entries | 12 void glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, G…
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 833 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
|
D | gl31.h | 833 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 448 GL_ENTRY(void, glCopyTexSubImage3D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…
|