Home
last modified time | relevance | path

Searched refs:glCopyTexSubImage3DOES (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h161 {"glCopyTexSubImage3DOES", (void*)glCopyTexSubImage3DOES},
Dgl2_client_context.h163 glCopyTexSubImage3DOES_client_proc_t glCopyTexSubImage3DOES; member
Dgl2_client_context.cpp163glCopyTexSubImage3DOES = (glCopyTexSubImage3DOES_client_proc_t) getProc("glCopyTexSubImage3DOES", … in initDispatchByName()
Dgl2_entry.cpp159 …void glCopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffse…
1134 void glCopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset… in glCopyTexSubImage3DOES() function
1137 ctx->glCopyTexSubImage3DOES(ctx, target, level, xoffset, yoffset, zoffset, x, y, width, height); in glCopyTexSubImage3DOES()
Dgl2_enc.cpp5132 this->glCopyTexSubImage3DOES = &glCopyTexSubImage3DOES_enc; in gl2_encoder_context_t()