Searched refs:glTexImage3DOES (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 159 {"glTexImage3DOES", (void*)glTexImage3DOES},
|
D | gl2_client_context.h | 159 glTexImage3DOES_client_proc_t glTexImage3DOES; member
|
D | gl2_client_context.cpp | 161 glTexImage3DOES = (glTexImage3DOES_client_proc_t) getProc("glTexImage3DOES", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 157 …void glTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei hei… 1122 void glTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei heig… in glTexImage3DOES() function 1125 …ctx->glTexImage3DOES(ctx, target, level, internalformat, width, height, depth, border, format, typ… in glTexImage3DOES()
|
D | gl2_enc.cpp | 3074 this->glTexImage3DOES = &glTexImage3DOES_enc; in gl2_encoder_context_t()
|