Searched refs:CopyTexSubImage3D (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/docs/ |
D | MESA_texture_array.spec | 113 CopyTexSubImage3D, CompressedTexImage3D, CompressedTexSubImage3D, 255 target arguments of TexSubImage3D and CopyTexSubImage3D must be
|
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.cpp | 536 PFNCOPYTEXSUBIMAGE3DPROC CopyTexSubImage3D; variable 1189 CopyTexSubImage3D = (PFNCOPYTEXSUBIMAGE3DPROC)IntGetProcAddress("glCopyTexSubImage3D"); in Switch_CopyTexSubImage3D() 1190 CopyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height); in Switch_CopyTexSubImage3D() 2524 CopyTexSubImage3D = Switch_CopyTexSubImage3D; in InitializeVariables()
|
D | gl_core_3_1.hpp | 1139 …extern void (CODEGEN_FUNCPTR *CopyTexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint …
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 939 { "glCopyTexSubImage3D", _O(CopyTexSubImage3D) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 318 #define glCopyTexSubImage3D MANGLE(CopyTexSubImage3D)
|