Searched defs:glCopyTexImage2D (Results 1 – 3 of 3) sorted by relevance
341 #define glCopyTexImage2D(...) do { glCopyTexImage2D(__VA_ARGS__); GLCHECK("glCopyTexImage2D");} whi… macro
155 public void glCopyTexImage2D(int target, int level, int internalformat, in glCopyTexImage2D() method in GLErrorLogger.ErrorLoggingGL
976 void __stdcall glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y… in glCopyTexImage2D() function