Searched defs:glTexSubImage2D (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_client_context.h | 152 glTexSubImage2D_client_proc_t glTexSubImage2D; member
|
D | gl_entry.cpp | 1147 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsiz… in glTexSubImage2D() function
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 156 glTexSubImage2D_server_proc_t glTexSubImage2D; member
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_client_context.h | 123 glTexSubImage2D_client_proc_t glTexSubImage2D; member
|
D | gl2_entry.cpp | 1130 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsiz… in glTexSubImage2D() function
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 2134 GL_API void GL_APIENTRY glTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint yoffset,… in glTexSubImage2D() function
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 154 glTexSubImage2D_server_proc_t glTexSubImage2D; member
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 3873 GL_APICALL void GL_APIENTRY glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffs… in glTexSubImage2D() function
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 1771 #define glTexSubImage2D MANGLE(TexSubImage2D) macro
|