Home
last modified time | relevance | path

Searched refs:getTexture (Results 1 – 25 of 43) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp174 virtual const tcu::Texture1D& getTexture (void) const;
175 virtual tcu::Texture1D& getTexture (void);
195 virtual const tcu::Texture1DArray& getTexture (void) const;
196 virtual tcu::Texture1DArray& getTexture (void);
218 virtual const tcu::Texture2D& getTexture (void) const;
219 virtual tcu::Texture2D& getTexture (void);
239 virtual const tcu::Texture2DArray& getTexture (void) const;
240 virtual tcu::Texture2DArray& getTexture (void);
261 virtual const tcu::Texture3D& getTexture (void) const;
262 virtual tcu::Texture3D& getTexture (void);
[all …]
DvktPipelineImageUtil.cpp883 const tcu::Texture1D& TestTexture1D::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture1D
888 tcu::Texture1D& TestTexture1D::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture1D
955 const tcu::Texture1DArray& TestTexture1DArray::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture1DArray
960 tcu::Texture1DArray& TestTexture1DArray::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture1DArray
1031 const tcu::Texture2D& TestTexture2D::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture2D
1036 tcu::Texture2D& TestTexture2D::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture2D
1103 const tcu::Texture2DArray& TestTexture2DArray::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture2DArray
1108 tcu::Texture2DArray& TestTexture2DArray::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture2DArray
1170 const tcu::Texture3D& TestTexture3D::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture3D
1175 tcu::Texture3D& TestTexture3D::getTexture (void) in getTexture() function in vkt::pipeline::TestTexture3D
[all …]
DvktPipelineImageSamplingInstance.cpp1135 …const tcu::ConstPixelBufferAccess& srcLevel = tex1D ? tex1D->getTexture().getLevel((int)subresourc… in getTexture1DArrayView()
1136 : tex1DArray->getTexture().getLevel((int)subresource.baseMipLevel+levelNdx); in getTexture1DArrayView()
1157 …const tcu::ConstPixelBufferAccess& srcLevel = tex2D ? tex2D->getTexture().getLevel((int)subresourc… in getTexture2DView()
1158 : tex2DArray->getTexture().getLevel((int)subresource.baseMipLevel+levelNdx); in getTexture2DView()
1178 …const tcu::ConstPixelBufferAccess& srcLevel = tex2D ? tex2D->getTexture().getLevel((int)subresourc… in getTexture2DArrayView()
1179 : tex2DArray->getTexture().getLevel((int)subresource.baseMipLevel+levelNdx); in getTexture2DArrayView()
1212 …const tcu::ConstPixelBufferAccess& srcLevel = texCubeArray ? texCubeArray->getTexture().getLevel((… in getTextureCubeView()
1213 : texCube->getTexture().getLevelFace(levelNdx, s_faceMap[faceNdx]); in getTextureCubeView()
1240 …const tcu::ConstPixelBufferAccess& srcLevel = texCubeArray->getTexture().getLevel((int)subresource… in getTextureCubeArrayView()
/external/replicaisland/src/com/replica/replicaisland/
DHudSystem.java283 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 …]
DDebugSystem.java70 Texture texture = getTexture(shapeType, colorType); in drawShape()
83 private final Texture getTexture(int shapeType, int colorType) { in getTexture() method in DebugSystem
DDrawableObject.java52 public Texture getTexture() { in getTexture() method in DrawableObject
DMotionBlurComponent.java70 Texture currentTexture = drawable.getTexture(); in update()
DRenderSystem.java112 Texture tex = drawable.getTexture(); in set()
DDrawableBitmap.java211 public Texture getTexture() { in getTexture() method in DrawableBitmap
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureShadowTests.cpp303 …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 …]
DvktTextureFilteringTests.cpp185 …p2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[texNdx]->getTexture().getWidth()); in Texture2DFilteringTestInstance()
186 …(lodY) * float(m_renderer.getRenderHeight()) / float(m_textures[texNdx]->getTexture().getHeight()); in Texture2DFilteringTestInstance()
239 …eResult(m_context.getTestContext(), rendered.getAccess(), (tcu::Texture2DView)texture.getTexture(), in iterate()
250 …eResult(m_context.getTestContext(), rendered.getAccess(), (tcu::Texture2DView)texture.getTexture(), in iterate()
461 …esult(m_context.getTestContext(), rendered.getAccess(), (tcu::TextureCubeView)texture.getTexture(), in iterate()
472 …esult(m_context.getTestContext(), rendered.getAccess(), (tcu::TextureCubeView)texture.getTexture(), in iterate()
638 …oatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[0]->getTexture().getWidth()); in iterate()
639 …tExp2(lodY) * float(m_renderer.getRenderHeight()) / float(m_textures[0]->getTexture().getHeight()); in iterate()
667 …lt(m_context.getTestContext(), rendered.getAccess(), (tcu::Texture2DArrayView)texture.getTexture(), in iterate()
678 …lt(m_context.getTestContext(), rendered.getAccess(), (tcu::Texture2DArrayView)texture.getTexture(), in iterate()
[all …]
DvktTextureMipmapTests.cpp376 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 …]
DvktTextureCompressedFormatTests.cpp147 …sampleTexture(tcu::SurfaceAccess(referenceFrame, pixelFormat), m_texture->getTexture(), &texCoord[… in iterate()
/external/skqp/tests/
DSurfaceTest.cpp490 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()
DGrTextureMipMapInvalidationTest.cpp19 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/skia/tests/
DSurfaceTest.cpp490 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()
DGrTextureMipMapInvalidationTest.cpp19 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()
DVkBackendSurfaceTest.cpp176 GrTexture* texture = image->getTexture(); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
/external/swiftshader/src/OpenGL/libGLES_CM/
DResourceManager.cpp115 Texture *ResourceManager::getTexture(unsigned int handle) in getTexture() function in es1::ResourceManager
138 if(!getTexture(texture) && texture != 0) in checkTextureAllocation()
DResourceManager.h60 Texture *getTexture(GLuint handle);
/external/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.cpp249 Texture *ResourceManager::getTexture(unsigned int handle) in getTexture() function in es2::ResourceManager
287 if(!getTexture(texture) && texture != 0) in checkTextureAllocation()
DResourceManager.h79 Texture *getTexture(GLuint handle);
/external/skqp/src/image/
DSkImage.cpp149 GrTexture* SkImage::getTexture() const { in getTexture() function in SkImage
169 GrTexture* SkImage::getTexture() const { return nullptr; } in getTexture() function in SkImage
/external/skia/src/image/
DSkImage.cpp155 GrTexture* SkImage::getTexture() const { in getTexture() function in SkImage
175 GrTexture* SkImage::getTexture() const { return nullptr; } in getTexture() function in SkImage
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageSizeTests.cpp56 Texture getTexture (const ImageType imageType, const tcu::IVec3& size) in getTexture() function
539 const Texture texture = getTexture(s_imageTypes[imageTypeNdx], s_baseImageSizes[imageSizeNdx]); in createImageSizeTests()

12