/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.hpp | 214 virtual const tcu::Texture1D& getTexture (void) const; 215 virtual tcu::Texture1D& getTexture (void); 235 virtual const tcu::Texture1DArray& getTexture (void) const; 236 virtual tcu::Texture1DArray& getTexture (void); 258 virtual const tcu::Texture2D& getTexture (void) const; 259 virtual tcu::Texture2D& getTexture (void); 279 virtual const tcu::Texture2DArray& getTexture (void) const; 280 virtual tcu::Texture2DArray& getTexture (void); 301 virtual const tcu::Texture3D& getTexture (void) const; 302 virtual tcu::Texture3D& getTexture (void); [all …]
|
D | vktPipelineImageUtil.cpp | 1035 const tcu::Texture1D& TestTexture1D::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture1D 1040 tcu::Texture1D& TestTexture1D::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture1D 1107 const tcu::Texture1DArray& TestTexture1DArray::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture1DArray 1112 tcu::Texture1DArray& TestTexture1DArray::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture1DArray 1183 const tcu::Texture2D& TestTexture2D::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture2D 1188 tcu::Texture2D& TestTexture2D::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture2D 1255 const tcu::Texture2DArray& TestTexture2DArray::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture2DArray 1260 tcu::Texture2DArray& TestTexture2DArray::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture2DArray 1322 const tcu::Texture3D& TestTexture3D::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture3D 1327 tcu::Texture3D& TestTexture3D::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture3D [all …]
|
D | vktPipelineImageSamplingInstance.cpp | 1252 …const tcu::ConstPixelBufferAccess& srcLevel = tex1D ? tex1D->getTexture().getLevel((int)subresourc… in getTexture1DArrayView() 1253 : tex1DArray->getTexture().getLevel((int)subresource.baseMipLevel+levelNdx); in getTexture1DArrayView() 1274 …const tcu::ConstPixelBufferAccess& srcLevel = tex2D ? tex2D->getTexture().getLevel((int)subresourc… in getTexture2DView() 1275 : tex2DArray->getTexture().getLevel((int)subresource.baseMipLevel+levelNdx); in getTexture2DView() 1295 …const tcu::ConstPixelBufferAccess& srcLevel = tex2D ? tex2D->getTexture().getLevel((int)subresourc… in getTexture2DArrayView() 1296 : tex2DArray->getTexture().getLevel((int)subresource.baseMipLevel+levelNdx); in getTexture2DArrayView() 1329 …const tcu::ConstPixelBufferAccess& srcLevel = texCubeArray ? texCubeArray->getTexture().getLevel((… in getTextureCubeView() 1330 : texCube->getTexture().getLevelFace(levelNdx, s_faceMap[faceNdx]); in getTextureCubeView() 1357 …const tcu::ConstPixelBufferAccess& srcLevel = texCubeArray->getTexture().getLevel((int)subresource… in getTextureCubeArrayView()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | RenderTarget9.h | 27 virtual IDirect3DBaseTexture9 *getTexture() const = 0; 54 IDirect3DBaseTexture9 *getTexture() const override; 85 IDirect3DBaseTexture9 *getTexture() const override;
|
D | RenderTarget9.cpp | 80 IDirect3DBaseTexture9 *TextureRenderTarget9::getTexture() const in getTexture() function in rx::TextureRenderTarget9 145 IDirect3DBaseTexture9 *SurfaceRenderTarget9::getTexture() const in getTexture() function in rx::SurfaceRenderTarget9
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | RenderTarget9.h | 27 virtual IDirect3DBaseTexture9 *getTexture() const = 0; 54 IDirect3DBaseTexture9 *getTexture() const override; 85 IDirect3DBaseTexture9 *getTexture() const override;
|
D | RenderTarget9.cpp | 80 IDirect3DBaseTexture9 *TextureRenderTarget9::getTexture() const in getTexture() function in rx::TextureRenderTarget9 145 IDirect3DBaseTexture9 *SurfaceRenderTarget9::getTexture() const in getTexture() function in rx::SurfaceRenderTarget9
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ClearMultiviewGL.cpp | 127 const TextureGL *textureGL = GetImplAs<TextureGL>(attachment->getTexture()); in attachTextures() 141 const TextureGL *textureGL = GetImplAs<TextureGL>(depthStencilAttachment->getTexture()); in attachTextures() 151 const TextureGL *textureGL = GetImplAs<TextureGL>(depthAttachment->getTexture()); in attachTextures() 161 const TextureGL *textureGL = GetImplAs<TextureGL>(stencilAttachment->getTexture()); in attachTextures()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ClearMultiviewGL.cpp | 127 const TextureGL *textureGL = GetImplAs<TextureGL>(attachment->getTexture()); in attachTextures() 141 const TextureGL *textureGL = GetImplAs<TextureGL>(depthStencilAttachment->getTexture()); in attachTextures() 151 const TextureGL *textureGL = GetImplAs<TextureGL>(depthAttachment->getTexture()); in attachTextures() 161 const TextureGL *textureGL = GetImplAs<TextureGL>(stencilAttachment->getTexture()); in attachTextures()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | RenderTarget11.h | 29 virtual const TextureHelper11 &getTexture() const = 0; 74 const TextureHelper11 &getTexture() const override; 112 const TextureHelper11 &getTexture() const override;
|
D | RenderTarget11.cpp | 264 const TextureHelper11 &TextureRenderTarget11::getTexture() const in getTexture() function in rx::TextureRenderTarget11 358 const TextureHelper11 &SurfaceRenderTarget11::getTexture() const in getTexture() function in rx::SurfaceRenderTarget11
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | RenderTarget11.h | 29 virtual const TextureHelper11 &getTexture() const = 0; 74 const TextureHelper11 &getTexture() const override; 112 const TextureHelper11 &getTexture() const override;
|
D | RenderTarget11.cpp | 264 const TextureHelper11 &TextureRenderTarget11::getTexture() const in getTexture() function in rx::TextureRenderTarget11 358 const TextureHelper11 &SurfaceRenderTarget11::getTexture() const in getTexture() function in rx::SurfaceRenderTarget11
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | ImageMtl.h | 42 const mtl::TextureRef &getTexture() const { return mNativeTexture; } in getTexture() function 69 const mtl::TextureRef &getTexture() const { return mNativeTexture; } in getTexture() function
|
D | RenderTargetMtl.mm | 61 setWithImplicitMSTexture(src.getTexture(), src.getImplicitMSTexture(), src.getLevelIndex(), 77 mtl::TextureRef tex = getTexture();
|
D | RenderTargetMtl.h | 49 mtl::TextureRef getTexture() const { return mTexture.lock(); } in getTexture() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureShadowTests.cpp | 331 …p2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[texNdx]->getTexture().getWidth()); in Texture2DShadowTestInstance() 332 …(lodY) * float(m_renderer.getRenderHeight()) / float(m_textures[texNdx]->getTexture().getHeight()); in Texture2DShadowTestInstance() 390 …ty = verifyTexCompareResult(m_context.getTestContext(), rendered.getAccess(), texture.getTexture(), in iterate() 401 …Ok = verifyTexCompareResult(m_context.getTestContext(), rendered.getAccess(), texture.getTexture(), in iterate() 615 …lity = verifyTexCompareResult(m_context.getTestContext(), result.getAccess(), texture.getTexture(), in iterate() 626 …isOk = verifyTexCompareResult(m_context.getTestContext(), result.getAccess(), texture.getTexture(), in iterate() 721 tcu::fillWithComponentGradients(m_textures[0]->getTexture().getLevel(levelNdx), gMin, gMax); in Texture2DArrayShadowTestInstance() 732 …tcu::fillWithGrid(m_textures[1]->getTexture().getLevel(levelNdx), 4, tcu::RGBA(colorA).toVec()*cSc… in Texture2DArrayShadowTestInstance() 777 …tExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[tex]->getTexture().getWidth()); in Texture2DArrayShadowTestInstance() 778 …xp2(lodY) * float(m_renderer.getRenderHeight()) / float(m_textures[tex]->getTexture().getHeight()); in Texture2DArrayShadowTestInstance() [all …]
|
D | vktTextureFilteringTests.cpp | 285 …p2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[texNdx]->getTexture().getWidth()); in Texture2DFilteringTestInstance() 286 …(lodY) * float(m_renderer.getRenderHeight()) / float(m_textures[texNdx]->getTexture().getHeight()); in Texture2DFilteringTestInstance() 343 …eResult(m_context.getTestContext(), rendered.getAccess(), (tcu::Texture2DView)texture.getTexture(), in iterate() 354 …eResult(m_context.getTestContext(), rendered.getAccess(), (tcu::Texture2DView)texture.getTexture(), in iterate() 586 …esult(m_context.getTestContext(), rendered.getAccess(), (tcu::TextureCubeView)texture.getTexture(), in iterate() 597 …esult(m_context.getTestContext(), rendered.getAccess(), (tcu::TextureCubeView)texture.getTexture(), in iterate() 778 …oatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[0]->getTexture().getWidth()); in iterate() 779 …tExp2(lodY) * float(m_renderer.getRenderHeight()) / float(m_textures[0]->getTexture().getHeight()); in iterate() 807 …lt(m_context.getTestContext(), rendered.getAccess(), (tcu::Texture2DArrayView)texture.getTexture(), in iterate() 818 …lt(m_context.getTestContext(), rendered.getAccess(), (tcu::Texture2DArrayView)texture.getTexture(), in iterate() [all …]
|
D | vktTextureMipmapTests.cpp | 376 m_texture->getTexture(), &texCoord[0], refParams); in iterate() 382 m_texture->getTexture(), &texCoord[0], refParams, in iterate() 613 sampleTexture(idealDst, m_texture->getTexture(), &texCoord[0], refParams); in iterate() 620 m_texture->getTexture(), &texCoord[0], refParams, in iterate() 889 m_texture->getTexture(), &texCoord[0], refParams); in iterate() 895 m_texture->getTexture(), &texCoord[0], refParams, in iterate() 987 const tcu::Texture2D& refTexture = m_texture->getTexture(); in iterate() 1066 m_texture->getTexture(), &texCoord[0], refParams, in iterate() 1252 const tcu::TextureCube& refTexture = m_texture->getTexture(); in iterate() 1328 m_texture->getTexture(), &texCoord[0], refParams, in iterate() [all …]
|
/third_party/flutter/skia/tests/ |
D | GrTextureMipMapInvalidationTest.cpp | 24 const GrTexture* texture = surf->makeImageSnapshot()->getTexture(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 29 return surf->makeImageSnapshot()->getTexture()->texturePriv().mipMapsAreDirty(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | SurfaceTest.cpp | 496 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image3)->getTexture()); in test_crbug263329() 498 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image2)->getTexture()); in test_crbug263329() 499 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image1)->getTexture()); in test_crbug263329() 500 REPORTER_ASSERT(reporter, as_IB(image3)->getTexture() != as_IB(image2)->getTexture()); in test_crbug263329() 501 REPORTER_ASSERT(reporter, as_IB(image3)->getTexture() != as_IB(image1)->getTexture()); in test_crbug263329() 502 REPORTER_ASSERT(reporter, as_IB(image2)->getTexture() != as_IB(image1)->getTexture()); in test_crbug263329()
|
D | VkBackendSurfaceTest.cpp | 183 GrTexture* texture = image->getTexture(); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 275 texture = image->getTexture(); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 373 GrTexture* texture = image->getTexture();
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
D | EGLImageWrappingTests.cpp | 102 GLuint getTexture() const { in getTexture() function in __anon8331232a0111::ScopedEGLImage 357 DoClearTest(eglImage.getImage(), eglImage.getTexture(), wgpu::TextureFormat::R8Unorm, GL_RED, in TEST_P() 367 DoClearTest(eglImage.getImage(), eglImage.getTexture(), wgpu::TextureFormat::RG8Unorm, GL_RG, in TEST_P() 377 DoClearTest(eglImage.getImage(), eglImage.getTexture(), wgpu::TextureFormat::RGBA8Unorm, in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | ResourceManager.cpp | 249 Texture *ResourceManager::getTexture(unsigned int handle) in getTexture() function in es2::ResourceManager 287 if(!getTexture(texture) && texture != 0) in checkTextureAllocation()
|
D | ResourceManager.h | 79 Texture *getTexture(GLuint handle);
|