/device/generic/goldfish-opengl/system/GLESv1_enc/ |
H A D | gl_ftable.h | 145 {"glTexImage2D", (void*)glTexImage2D},
|
H A D | gl_client_context.h | 147 glTexImage2D_client_proc_t glTexImage2D; member in struct:gl_client_context_t
|
H A D | gl_client_context.cpp | 147 glTexImage2D = (glTexImage2D_client_proc_t) getProc("glTexImage2D", userData);
|
H A D | gl_entry.cpp | 142 void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels); 1115 void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels) function 1118 ctx->glTexImage2D(ctx, target, level, internalformat, width, height, border, format, type, pixels);
|
H A D | gl_enc.cpp | 8420 this->glTexImage2D = &glTexImage2D_enc;
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
H A D | gles_ftable.h | 155 {"glTexImage2D", (void *)glTexImage2D},
|
H A D | gles_dispatch.h | 158 glTexImage2D_t glTexImage2D; member in struct:gles_dispatch 430 glTexImage2D_t set_glTexImage2D(glTexImage2D_t f) { glTexImage2D_t retval = glTexImage2D; glTexImage2D = f; return retval;}
|
H A D | gles.cpp | 731 void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) function 733 getDispatch()->glTexImage2D(target, level, internalformat, width, height, border, format, type, pixels);
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
H A D | gl2_ftable.h | 116 {"glTexImage2D", (void*)glTexImage2D},
|
H A D | gl2_client_context.h | 118 glTexImage2D_client_proc_t glTexImage2D; member in struct:gl2_client_context_t
|
H A D | gl2_client_context.cpp | 118 glTexImage2D = (glTexImage2D_client_proc_t) getProc("glTexImage2D", userData);
|
H A D | gl2_entry.cpp | 113 void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels); 1072 void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels) function 1075 ctx->glTexImage2D(ctx, target, level, internalformat, width, height, border, format, type, pixels);
|
H A D | GL2Encoder.cpp | 172 OVERRIDE(glTexImage2D);
|
H A D | gl2_enc.cpp | 11155 this->glTexImage2D = &glTexImage2D_enc;
|
/device/generic/goldfish-opengl/system/include/GLES/ |
H A D | gl.h | 730 GL_API void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
H A D | gl2.h | 482 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
H A D | gl3.h | 482 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
|
H A D | gl31.h | 482 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
|