Home | History | Annotate | Download | only in src

Lines Matching refs:CopyTexImage2D

519     PFNCOPYTEXIMAGE2DPROC CopyTexImage2D;
1097 CopyTexImage2D = (PFNCOPYTEXIMAGE2DPROC)IntGetProcAddress("glCopyTexImage2D");
1098 CopyTexImage2D(target, level, internalformat, x, y, width, height, border);
2507 CopyTexImage2D = Switch_CopyTexImage2D;