Searched refs:TexSubImage3D (Results 1 – 6 of 6) sorted by relevance
/external/deqp/doc/testspecs/GLES31/ |
D | functional.texture.cube_map_array.txt | 30 - TexSubImage3D
|
/external/mesa3d/docs/ |
D | MESA_texture_array.spec | 112 Accepted by the <target> parameter of TexImage3D, TexSubImage3D, 255 target arguments of TexSubImage3D and CopyTexSubImage3D must be
|
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.cpp | 535 PFNTEXSUBIMAGE3DPROC TexSubImage3D; variable 1183 TexSubImage3D = (PFNTEXSUBIMAGE3DPROC)IntGetProcAddress("glTexSubImage3D"); in Switch_TexSubImage3D() 1184 …TexSubImage3D(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels… in Switch_TexSubImage3D() 2523 TexSubImage3D = Switch_TexSubImage3D; in InitializeVariables()
|
D | gl_core_3_1.hpp | 1138 …extern void (CODEGEN_FUNCPTR *TexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoff…
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 938 { "glTexSubImage3D", _O(TexSubImage3D) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 1773 #define glTexSubImage3D MANGLE(TexSubImage3D)
|