Home
last modified time | relevance | path

Searched defs:copyTexSubImage3D (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySubImage3D.cpp410 void TextureCubeMapArraySubImage3D::copyTexSubImage3D(const SubImage3DCopyParams& copy_params) in copyTexSubImage3D() function in glcts::TextureCubeMapArraySubImage3D
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp358 void GLContext::copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffse… in copyTexSubImage3D() function in sglr::GLContext
DsglrReferenceContext.cpp1651 void ReferenceContext::copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int… in copyTexSubImage3D() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl118 glCopyTexSubImage3DFunc copyTexSubImage3D; variable