Home
last modified time | relevance | path

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

123

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp138 virtual const tcu::Texture1D& getTexture (void) const;
154 virtual const tcu::Texture1DArray& getTexture (void) const;
171 virtual const tcu::Texture2D& getTexture (void) const;
187 virtual const tcu::Texture2DArray& getTexture (void) const;
204 virtual const tcu::Texture3D& getTexture (void) const;
221 virtual const tcu::TextureCube& getTexture (void) const;
238 virtual const tcu::TextureCubeArray& getTexture (void) const;
DvktPipelineImageSamplingInstance.cpp211 const tcu::Texture1D& texture = dynamic_cast<const TestTexture1D&>(testTexture).getTexture(); in createRefProgram()
216 …t tcu::Texture1DArray& texture = dynamic_cast<const TestTexture1DArray&>(testTexture).getTexture(); in createRefProgram()
238 const tcu::Texture2D& texture = dynamic_cast<const TestTexture2D&>(testTexture).getTexture(); in createRefProgram()
247 … const tcu::TextureCube& texture = dynamic_cast<const TestTextureCube&>(testTexture).getTexture(); in createRefProgram()
254 …u::TextureCubeArray& texture = dynamic_cast<const TestTextureCubeArray&>(testTexture).getTexture(); in createRefProgram()
277 …t tcu::Texture2DArray& texture = dynamic_cast<const TestTexture2DArray&>(testTexture).getTexture(); in createRefProgram()
302 const tcu::Texture3D& texture = dynamic_cast<const TestTexture3D&>(testTexture).getTexture(); in createRefProgram()
DvktPipelineImageUtil.cpp818 const tcu::Texture1D& TestTexture1D::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture1D
875 const tcu::Texture1DArray& TestTexture1DArray::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture1DArray
927 const tcu::Texture2D& TestTexture2D::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture2D
984 const tcu::Texture2DArray& TestTexture2DArray::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture2DArray
1036 const tcu::Texture3D& TestTexture3D::getTexture (void) const in getTexture() function in vkt::pipeline::TestTexture3D
1110 const tcu::TextureCube& TestTextureCube::getTexture (void) const in getTexture() function in vkt::pipeline::TestTextureCube
1173 const tcu::TextureCubeArray& TestTextureCubeArray::getTexture (void) const in getTexture() function in vkt::pipeline::TestTextureCubeArray
/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
/external/skia/include/gpu/
DGrTextureAccess.h40 return this->getTexture() == that.getTexture() && fParams == that.fParams;
45 GrTexture* getTexture() const { return fTexture.get(); } in getTexture() function
DGrXferProcessor.h183 const GrTexture* getDstTexture() const { return fDstTexture.getTexture(); } in getDstTexture()
222 if (this->fDstTexture.getTexture() != that.fDstTexture.getTexture()) { in isEqual()
DSkGrPixelRef.h48 GrTexture* getTexture() override;
/external/skia/src/core/
DSkSpecialImage.cpp64 if (src.getTexture()) { in internal_fromBM()
68 src.getTexture()); in internal_fromBM()
105 if (fImage->getTexture()) { in getSize()
106 return fImage->getTexture()->gpuMemorySize(); in getSize()
131 GrTexture* onPeekTexture() const override { return fImage->getTexture(); } in onPeekTexture()
139 GrTexture* texture = fImage->getTexture(); in onNewSurface()
234 SkASSERT(nullptr == bm.getTexture()); in NewFromRaster()
/external/skia/tests/
DSurfaceTest.cpp658 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image3)->getTexture()); in test_crbug263329()
660 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image2)->getTexture()); in test_crbug263329()
661 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image1)->getTexture()); in test_crbug263329()
662 REPORTER_ASSERT(reporter, as_IB(image3)->getTexture() != as_IB(image2)->getTexture()); in test_crbug263329()
663 REPORTER_ASSERT(reporter, as_IB(image3)->getTexture() != as_IB(image1)->getTexture()); in test_crbug263329()
664 REPORTER_ASSERT(reporter, as_IB(image2)->getTexture() != as_IB(image1)->getTexture()); in test_crbug263329()
678 REPORTER_ASSERT(reporter, as_IB(image)->getTexture() == nullptr); in DEF_TEST()
680 REPORTER_ASSERT(reporter, as_IB(image)->getTexture() == nullptr); in DEF_TEST()
687 GrTexture* texture = as_IB(image)->getTexture(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
691 REPORTER_ASSERT(reporter, as_IB(image)->getTexture() == texture); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
[all …]
/external/skia/src/image/
DSkImage.cpp168 GrTexture* SkImage::getTexture() const { in getTexture() function in SkImage
172 bool SkImage::isTextureBacked() const { return SkToBool(as_IB(this)->getTexture()); } in isTextureBacked()
175 GrTexture* texture = as_IB(this)->getTexture(); in getTextureHandle()
190 GrTexture* SkImage::getTexture() const { return nullptr; } in getTexture() function in SkImage
288 if (GrTexture* tex = pr->getTexture()) { in NewFromBitmap()
DSkImage_Gpu.h29 GrTexture* tex = this->getTexture(); in applyBudgetDecision()
/external/skia/tools/
Dpicture_utils.cpp19 SkASSERT(nullptr == bitmap.getTexture()); in force_all_opaque()
21 if (bitmap.getTexture() || kN32_SkColorType == bitmap.colorType()) { in force_all_opaque()
/external/skia/src/gpu/
DGrImageIDTextureAdjuster.cpp21 : INHERITED(bmp->getTexture(), in GrBitmapTextureAdjuster()
75 SkASSERT(!bitmap.getTexture()); in GrBitmapTextureMaker()
DSkGrPixelRef.cpp120 GrTexture* SkGrPixelRef::getTexture() { in getTexture() function in SkGrPixelRef
128 GrTexture* texture = this->getTexture(); in onNotifyPixelsChanged()
DGrLayerCache.cpp216 SkDEBUGCODE(avl.setBackingTexture(fAtlas->getTexture())); in tryToAtlas()
224 layer->setTexture(fAtlas->getTexture(), bounds, true); in tryToAtlas()
472 fContext->drawContext(fAtlas->getTexture()->asRenderTarget())); in purgeAll()
499 SkASSERT(fAtlas->getTexture() == layer->texture()); in begin()
DSkGpuDevice.cpp97 if (GrTexture* bmpTexture = bitmap.getTexture()) { in set()
842 if (bitmap.getTexture()) { in shouldTileBitmap()
892 if (bitmap.getTexture()) { in drawBitmap()
1096 SkASSERT(bitmap.getTexture() || in internalDrawBitmap()
1206 SkAutoLockPixels alp(bitmap, !bitmap.getTexture()); in drawSprite()
1207 if (!bitmap.getTexture() && !bitmap.readyToDraw()) { in drawSprite()
1238 texture = (GrTexture*) filteredBitmap.getTexture(); in drawSprite()
1280 if (bitmap.getTexture()) { in drawBitmapRect()
1398 devTex = filteredBitmap.getTexture(); in drawDevice()
1449 SkAutoLockPixels alp(src, !src.getTexture()); in filterImage()
[all …]
DGrPipeline.cpp160 GrTexture* texture = proc->textureAccess(i).getTexture(); in add_dependencies_for_processor()
174 GrTexture* texture = xfer.textureAccess(i).getTexture(); in addDependenciesTo()
/external/skia/src/gpu/text/
DGrBatchFontCache.h128 GrTexture* getTexture(GrMaskFormat format) { in getTexture() function
130 return this->getAtlas(format)->getTexture(); in getTexture()
/external/skia/src/gpu/glsl/
DGrGLSLTextureSampler.h22 , fConfig(access.getTexture()->config()) { in GrGLSLTextureSampler()
/external/skia/src/gpu/gl/debug/
DGrTextureUnitObj.h34 GrTextureObj *getTexture() { return fTexture; } in getTexture() function
/external/skia/src/gpu/effects/
DGrBitmapTextGeoProc.cpp34 SkDEBUGCODE(GrTexture* atlas = cte.textureAccess(0).getTexture()); in onEmitCode()
116 GrTexture* atlas = gp.textureAccess(0).getTexture(); in GenKey()
DGrSingleTextureEffect.h28 str.appendf("Texture: %d", fTextureAccess.getTexture()->getUniqueID()); in dumpInfo()
/external/skia/gm/
Ddrawbitmaprect.cpp88 if (image->getTexture()) { in makebm()
89 GrWrapTextureInBitmap(image->getTexture(), in makebm()

123