Searched refs:CopyTexSubImage1D (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.cpp | 520 PFNCOPYTEXSUBIMAGE1DPROC CopyTexSubImage1D; variable 1103 CopyTexSubImage1D = (PFNCOPYTEXSUBIMAGE1DPROC)IntGetProcAddress("glCopyTexSubImage1D"); in Switch_CopyTexSubImage1D() 1104 CopyTexSubImage1D(target, level, xoffset, x, y, width); in Switch_CopyTexSubImage1D() 2508 CopyTexSubImage1D = Switch_CopyTexSubImage1D; in InitializeVariables()
|
D | gl_core_3_1.hpp | 1123 …extern void (CODEGEN_FUNCPTR *CopyTexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLint …
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 375 void (GLAPIENTRY * CopyTexSubImage1D)(GLenum, GLint, GLint, GLint, GLint, GLsizei);
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 891 { "glCopyTexSubImage1D", _O(CopyTexSubImage1D) },
|
/external/mesa3d/docs/ |
D | MESA_texture_array.spec | 249 "Currently the target arguments of TexSubImage1D and CopyTexSubImage1D
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 314 #define glCopyTexSubImage1D MANGLE(CopyTexSubImage1D)
|