/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.hpp | 213 virtual const tcu::Texture1D& getTexture (void) const; 214 virtual tcu::Texture1D& getTexture (void); 234 virtual const tcu::Texture1DArray& getTexture (void) const; 235 virtual tcu::Texture1DArray& getTexture (void); 257 virtual const tcu::Texture2D& getTexture (void) const; 258 virtual tcu::Texture2D& getTexture (void); 278 virtual const tcu::Texture2DArray& getTexture (void) const; 279 virtual tcu::Texture2DArray& getTexture (void); 300 virtual const tcu::Texture3D& getTexture (void) const; 301 virtual tcu::Texture3D& getTexture (void); [all …]
|
D | vktPipelineImageUtil.cpp | 1034 const tcu::Texture1D& TestTexture1D::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture1D 1039 tcu::Texture1D& TestTexture1D::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture1D 1106 const tcu::Texture1DArray& TestTexture1DArray::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture1DArray 1111 tcu::Texture1DArray& TestTexture1DArray::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture1DArray 1182 const tcu::Texture2D& TestTexture2D::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture2D 1187 tcu::Texture2D& TestTexture2D::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture2D 1254 const tcu::Texture2DArray& TestTexture2DArray::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture2DArray 1259 tcu::Texture2DArray& TestTexture2DArray::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture2DArray 1321 const tcu::Texture3D& TestTexture3D::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture3D 1326 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()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | HudSystem.java | 283 Texture tex = mFuelDrawable.getTexture(); in update() 285 Texture backgroundTex = mFuelBackgroundDrawable.getTexture(); in update() 303 bitmap.setTexture(mFuelDrawable.getTexture()); in update() 323 Texture tex = bitmap.getTexture(); in update() 341 Texture tex = bitmap.getTexture(); in update() 355 Texture tex = mMovementSliderBaseDrawable.getTexture(); in update() 361 Texture tex = mMovementSliderButtonDrawable.getTexture(); in update() 367 Texture tex = mMovementSliderButtonDepressedDrawable.getTexture(); in update() 386 Texture tex = mCoinDrawable.getTexture(); in update() 406 Texture tex = mRubyDrawable.getTexture(); in update() [all …]
|
D | DebugSystem.java | 70 Texture texture = getTexture(shapeType, colorType); in drawShape() 83 private final Texture getTexture(int shapeType, int colorType) { in getTexture() method in DebugSystem
|
D | DrawableObject.java | 52 public Texture getTexture() { in getTexture() method in DrawableObject
|
D | MotionBlurComponent.java | 70 Texture currentTexture = drawable.getTexture(); in update()
|
/external/angle/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
|
/external/angle/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()
|
/external/angle/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
|
/external/angle/src/libANGLE/renderer/metal/ |
D | ImageMtl.h | 41 const mtl::TextureRef &getTexture() const { return mNativeTexture; } in getTexture() function 68 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
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | ResourceManager.cpp | 115 Texture *ResourceManager::getTexture(unsigned int handle) in getTexture() function in es1::ResourceManager 138 if(!getTexture(texture) && texture != 0) in checkTextureAllocation()
|
D | ResourceManager.h | 60 Texture *getTexture(GLuint handle);
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureShadowTests.cpp | 303 …p2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[texNdx]->getTexture().getWidth()); in Texture2DShadowTestInstance() 304 …(lodY) * float(m_renderer.getRenderHeight()) / float(m_textures[texNdx]->getTexture().getHeight()); in Texture2DShadowTestInstance() 362 …ty = verifyTexCompareResult(m_context.getTestContext(), rendered.getAccess(), texture.getTexture(), in iterate() 373 …Ok = verifyTexCompareResult(m_context.getTestContext(), rendered.getAccess(), texture.getTexture(), in iterate() 578 …lity = verifyTexCompareResult(m_context.getTestContext(), result.getAccess(), texture.getTexture(), in iterate() 589 …isOk = verifyTexCompareResult(m_context.getTestContext(), result.getAccess(), texture.getTexture(), in iterate() 677 tcu::fillWithComponentGradients(m_textures[0]->getTexture().getLevel(levelNdx), gMin, gMax); in Texture2DArrayShadowTestInstance() 688 …tcu::fillWithGrid(m_textures[1]->getTexture().getLevel(levelNdx), 4, tcu::RGBA(colorA).toVec()*cSc… in Texture2DArrayShadowTestInstance() 733 …tExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[tex]->getTexture().getWidth()); in Texture2DArrayShadowTestInstance() 734 …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 …]
|
/external/skqp/tests/ |
D | SurfaceTest.cpp | 490 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image3)->getTexture()); in test_crbug263329() 492 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image2)->getTexture()); in test_crbug263329() 493 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image1)->getTexture()); in test_crbug263329() 494 REPORTER_ASSERT(reporter, as_IB(image3)->getTexture() != as_IB(image2)->getTexture()); in test_crbug263329() 495 REPORTER_ASSERT(reporter, as_IB(image3)->getTexture() != as_IB(image1)->getTexture()); in test_crbug263329() 496 REPORTER_ASSERT(reporter, as_IB(image2)->getTexture() != as_IB(image1)->getTexture()); in test_crbug263329()
|
D | GrTextureMipMapInvalidationTest.cpp | 19 const GrTexture* texture = surf->makeImageSnapshot()->getTexture(); in DEF_GPUTEST_FOR_NULLGL_CONTEXT() 24 return surf->makeImageSnapshot()->getTexture()->texturePriv().mipMapsAreDirty(); in DEF_GPUTEST_FOR_NULLGL_CONTEXT()
|
/external/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);
|
/external/angle/src/tests/gl_tests/ |
D | VulkanFramebufferTest.cpp | 45 const gl::Texture *texture = context->getTexture({handle}); in hackTexture()
|