Searched defs:glCopyTexImage2D (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_client_context.h | 69 glCopyTexImage2D_client_proc_t glCopyTexImage2D; member
|
D | gl_entry.cpp | 645 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D() function
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 69 glCopyTexImage2D_server_proc_t glCopyTexImage2D; member
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_client_context.h | 36 glCopyTexImage2D_client_proc_t glCopyTexImage2D; member
|
D | gl2_entry.cpp | 595 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D() function
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 777 GL_API void GL_APIENTRY glCopyTexImage2D( GLenum target, GLint level, GLenum internalformat, GLint… in glCopyTexImage2D() function
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 39 glCopyTexImage2D_server_proc_t glCopyTexImage2D; member
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 1086 GL_APICALL void GL_APIENTRY glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GL… in glCopyTexImage2D() function
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 312 #define glCopyTexImage2D MANGLE(CopyTexImage2D) macro
|