Home
last modified time | relevance | path

Searched refs:CopyTexSubImage3D (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/docs/
DMESA_texture_array.spec113 CopyTexSubImage3D, CompressedTexImage3D, CompressedTexSubImage3D,
255 target arguments of TexSubImage3D and CopyTexSubImage3D must be
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp536 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()
Dgl_core_3_1.hpp1139 …extern void (CODEGEN_FUNCPTR *CopyTexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint …
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp939 { "glCopyTexSubImage3D", _O(CopyTexSubImage3D) },
/external/mesa3d/include/GL/
Dgl_mangle.h318 #define glCopyTexSubImage3D MANGLE(CopyTexSubImage3D)