Home
last modified time | relevance | path

Searched refs:glCopyTexSubImage3D (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h314 {"glCopyTexSubImage3D", (void*)glCopyTexSubImage3D},
Dgl2_client_context.h349 glCopyTexSubImage3D_client_proc_t glCopyTexSubImage3D; member
Dgl2_client_context.cpp349 glCopyTexSubImage3D = (glCopyTexSubImage3D_client_proc_t) getProc("glCopyTexSubImage3D", userData); in initDispatchByName()
Dgl2_entry.cpp344 …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()
Dgl2_enc.cpp11909 this->glCopyTexSubImage3D = &glCopyTexSubImage3D_enc; in gl2_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles3_only.entries12 void glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, G…
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h833 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
Dgl31.h833 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in448 GL_ENTRY(void, glCopyTexSubImage3D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…