Home
last modified time | relevance | path

Searched refs:glTexSubImage3DOES (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h160 {"glTexSubImage3DOES", (void*)glTexSubImage3DOES},
Dgl2_client_context.h162 glTexSubImage3DOES_client_proc_t glTexSubImage3DOES; member
Dgl2_client_context.cpp162 glTexSubImage3DOES = (glTexSubImage3DOES_client_proc_t) getProc("glTexSubImage3DOES", userData); in initDispatchByName()
Dgl2_entry.cpp157 …void glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, G…
1336 void glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GL… in glTexSubImage3DOES() function
1339 …ctx->glTexSubImage3DOES(ctx, target, level, xoffset, yoffset, zoffset, width, height, depth, forma… in glTexSubImage3DOES()
Dgl2_enc.cpp11199 this->glTexSubImage3DOES = &glTexSubImage3DOES_enc; in gl2_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2ext.h365 GL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yo…