Home
last modified time | relevance | path

Searched refs:copyTexSubImage3D (Results 1 – 25 of 30) sorted by relevance

12

/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
420 gl.copyTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, copy_params.m_xoffset, copy_params.m_yoffset, in copyTexSubImage3D()
533 copyTexSubImage3D(copy_params); in testCopyTexSubImage3D()
DesextcTextureCubeMapArraySubImage3D.hpp143 void copyTexSubImage3D(const SubImage3DCopyParams& copy_params);
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl51 dst->copyTexSubImage3D = src.copyTexSubImage3D;
/external/deqp/framework/opengl/wrapper/
DglwInitES30Direct.inl47 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
DglwInitES31Direct.inl51 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
DglwInitES32Direct.inl58 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
DglwInitES30.inl47 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL30.inl51 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL31.inl52 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitES31.inl51 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL32.inl53 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwFunctions.inl118 glCopyTexSubImage3DFunc copyTexSubImage3D; variable
DglwInitES32.inl58 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL33.inl55 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL40.inl61 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL42.inl65 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL41.inl64 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL43.inl69 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL44.inl78 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp87 …virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zo…
DsglrContext.hpp75 …virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffse…
DsglrGLContext.cpp358 void GLContext::copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffse… in copyTexSubImage3D() function in sglr::GLContext
370 …m_context.getFunctions().copyTexSubImage3D(target, level, xoffset, yoffset, zoffset, offset.x()+x,… in copyTexSubImage3D()
DsglrReferenceContext.hpp638 …virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffs…
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp412 else if (gl.copyTexSubImage3D) in callCopyTexSubImage3D()
413 gl.copyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height); in callCopyTexSubImage3D()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl118 gl->copyTexSubImage3D = glCopyTexSubImage3D;

12