Home | History | Annotate | Download | only in GLES_V2

Lines Matching defs:glCopyTexImage2D

382 GL_APICALL void  GL_APIENTRY glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border){
386 ctx->dispatcher().glCopyTexImage2D(target,level,internalformat,x,y,width,height,border);