Home
last modified time | relevance | path

Searched refs:glTexSubImage3DOES (Results 1 – 5 of 5) 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.cpp158 …void glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, G…
1128 void glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GL… in glTexSubImage3DOES() function
1131 …ctx->glTexSubImage3DOES(ctx, target, level, xoffset, yoffset, zoffset, width, height, depth, forma… in glTexSubImage3DOES()
Dgl2_enc.cpp5131 this->glTexSubImage3DOES = &glTexSubImage3DOES_enc; in gl2_encoder_context_t()