/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySubImage3D.cpp | 410 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()
|
D | esextcTextureCubeMapArraySubImage3D.hpp | 143 void copyTexSubImage3D(const SubImage3DCopyParams& copy_params);
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 51 dst->copyTexSubImage3D = src.copyTexSubImage3D;
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES30Direct.inl | 47 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
|
D | glwInitES31Direct.inl | 51 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
|
D | glwInitES32Direct.inl | 58 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
|
D | glwInitES30.inl | 47 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL30.inl | 51 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL31.inl | 52 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitES31.inl | 51 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL32.inl | 53 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwFunctions.inl | 118 glCopyTexSubImage3DFunc copyTexSubImage3D; variable
|
D | glwInitES32.inl | 58 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL33.inl | 55 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL40.inl | 61 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL42.inl | 65 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL41.inl | 64 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL43.inl | 69 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL44.inl | 78 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 87 …virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zo…
|
D | sglrContext.hpp | 75 …virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffse…
|
D | sglrGLContext.cpp | 358 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()
|
D | sglrReferenceContext.hpp | 638 …virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffs…
|
/external/deqp/external/openglcts/modules/gles2/ |
D | es2cTexture3DTests.cpp | 412 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/ |
D | tcuNullRenderContextInitFuncs.inl | 118 gl->copyTexSubImage3D = glCopyTexSubImage3D;
|