/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/angle/src/tests/gl_tests/ |
D | CopyTexImageTest.cpp | 812 void copyTexSubImage3D(GLTexture &subTexture2D, 1103 void CopyTexImageTestES3::copyTexSubImage3D(GLTexture &subTexture2D, in copyTexSubImage3D() function in angle::CopyTexImageTestES3 1158 copyTexSubImage3D(subTexture2D, kXOffset, kYOffset, kSubImageWidth, kSubImageHeight, 1205 copyTexSubImage3D(subTexture2D, kXOffset, kYOffset, kSubImageWidth, kSubImageHeight, 1252 copyTexSubImage3D(subTexture2D, kXOffset, kYOffset, kSubImageWidth, kSubImageHeight,
|
/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 | glwInitGL33.inl | 55 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitES32.inl | 58 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL40.inl | 61 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
/external/angle/src/libANGLE/ |
D | Context_gles_3_0_autogen.h | 38 void copyTexSubImage3D(TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, \
|
/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 | 640 …virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffs…
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 900 ASSIGN("glCopyTexSubImage3DEXT", copyTexSubImage3D); in initProcsDesktopGL() 1287 ASSIGN("glCopyTexSubImage3D", copyTexSubImage3D); in initProcsDesktopGL() 2233 ASSIGN("glCopyTexSubImage3DOES", copyTexSubImage3D); in initProcsGLES() 2455 ASSIGN("glCopyTexSubImage3D", copyTexSubImage3D); in initProcsGLES() 3728 copyTexSubImage3D = &glCopyTexSubImage3DNULL; in initProcsDesktopGLNULL() 4114 copyTexSubImage3D = &glCopyTexSubImage3DNULL; in initProcsDesktopGLNULL() 5059 copyTexSubImage3D = &glCopyTexSubImage3DNULL; in initProcsGLESNULL() 5281 copyTexSubImage3D = &glCopyTexSubImage3DNULL; in initProcsGLESNULL()
|
D | DispatchTableGL_autogen.h | 98 PFNGLCOPYTEXSUBIMAGE3DPROC copyTexSubImage3D = nullptr; variable
|
/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;
|