Home
last modified time | relevance | path

Searched refs:TexSubImage3D (Results 1 – 6 of 6) sorted by relevance

/external/deqp/doc/testspecs/GLES31/
Dfunctional.texture.cube_map_array.txt30 - TexSubImage3D
/external/mesa3d/docs/
DMESA_texture_array.spec112 Accepted by the <target> parameter of TexImage3D, TexSubImage3D,
255 target arguments of TexSubImage3D and CopyTexSubImage3D must be
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp535 PFNTEXSUBIMAGE3DPROC TexSubImage3D; variable
1183 TexSubImage3D = (PFNTEXSUBIMAGE3DPROC)IntGetProcAddress("glTexSubImage3D"); in Switch_TexSubImage3D()
1184TexSubImage3D(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels… in Switch_TexSubImage3D()
2523 TexSubImage3D = Switch_TexSubImage3D; in InitializeVariables()
Dgl_core_3_1.hpp1138 …extern void (CODEGEN_FUNCPTR *TexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoff…
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp938 { "glTexSubImage3D", _O(TexSubImage3D) },
/external/mesa3d/include/GL/
Dgl_mangle.h1773 #define glTexSubImage3D MANGLE(TexSubImage3D)