HomeSort by relevance Sort by last modified time
    Searched refs:getTexture (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/skia/include/gpu/
GrTextureAccess.h 40 return this->getTexture() == that.getTexture() && fParams == that.fParams;
45 GrTexture* getTexture() const { return fTexture.get(); }
SkGrPixelRef.h 48 GrTexture* getTexture() override;
GrXferProcessor.h 183 const GrTexture* getDstTexture() const { return fDstTexture.getTexture(); }
222 if (this->fDstTexture.getTexture() != that.fDstTexture.getTexture()) {
GrProcessor.h 80 GrTexture* texture(int index) const { return this->textureAccess(index).getTexture(); }
  /external/skia/src/gpu/gl/debug/
GrTextureUnitObj.h 34 GrTextureObj *getTexture() { return fTexture; }
  /external/skia/src/gpu/glsl/
GrGLSLTextureSampler.h 22 , fConfig(access.getTexture()->config()) {
  /external/replicaisland/src/com/replica/replicaisland/
DrawableObject.java 52 public Texture getTexture() {
HudSystem.java 283 Texture tex = mFuelDrawable.getTexture();
285 Texture backgroundTex = mFuelBackgroundDrawable.getTexture();
303 bitmap.setTexture(mFuelDrawable.getTexture());
323 Texture tex = bitmap.getTexture();
341 Texture tex = bitmap.getTexture();
355 Texture tex = mMovementSliderBaseDrawable.getTexture();
361 Texture tex = mMovementSliderButtonDrawable.getTexture();
367 Texture tex = mMovementSliderButtonDepressedDrawable.getTexture();
386 Texture tex = mCoinDrawable.getTexture();
406 Texture tex = mRubyDrawable.getTexture();
    [all...]
DebugSystem.java 70 Texture texture = getTexture(shapeType, colorType);
83 private final Texture getTexture(int shapeType, int colorType) {
  /frameworks/base/libs/hwui/
Image.h 38 * cannot be created, getTexture() will return 0 and getImage() will
48 GLuint getTexture() const {
AssetAtlas.cpp 38 if (mImage->getTexture()) {
42 mTexture->wrap(mImage->getTexture(),
AssetAtlas.h 143 GLuint getTexture() const {
  /external/skia/tools/
picture_utils.cpp 19 SkASSERT(nullptr == bitmap.getTexture());
21 if (bitmap.getTexture() || kN32_SkColorType == bitmap.colorType()) {
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp 138 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;
  /external/skia/src/gpu/effects/
GrSingleTextureEffect.h 28 str.appendf("Texture: %d", fTextureAccess.getTexture()->getUniqueID());
  /external/skia/src/core/
SkSpecialImage.cpp 64 if (src.getTexture()) {
68 src.getTexture());
105 if (fImage->getTexture()) {
106 return fImage->getTexture()->gpuMemorySize();
131 GrTexture* onPeekTexture() const override { return fImage->getTexture(); }
139 GrTexture* texture = fImage->getTexture();
234 SkASSERT(nullptr == bm.getTexture());
SkBitmapProvider.cpp 32 if (fBitmap.getTexture()) {
  /external/skia/src/effects/
GrCircleBlurFragmentProcessor.h 54 int profileSize() const { return fBlurProfileAccess.getTexture()->width(); }
  /external/skia/src/image/
SkImage_Gpu.h 29 GrTexture* tex = this->getTexture();
SkImage.cpp 168 GrTexture* SkImage::getTexture() const {
172 bool SkImage::isTextureBacked() const { return SkToBool(as_IB(this)->getTexture()); }
175 GrTexture* texture = as_IB(this)->getTexture();
190 GrTexture* SkImage::getTexture() const { return nullptr; }
288 if (GrTexture* tex = pr->getTexture()) {
  /external/skia/tests/
SurfaceTest.cpp 658 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image3)->getTexture());
660 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image2)->getTexture());
661 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image1)->getTexture());
662 REPORTER_ASSERT(reporter, as_IB(image3)->getTexture() != as_IB(image2)->getTexture());
663 REPORTER_ASSERT(reporter, as_IB(image3)->getTexture() != as_IB(image1)->getTexture());
    [all...]
  /external/skia/src/gpu/
GrImageIDTextureAdjuster.cpp 21 : INHERITED(bmp->getTexture(),
75 SkASSERT(!bitmap.getTexture());
SkGrPixelRef.cpp 120 GrTexture* SkGrPixelRef::getTexture() {
128 GrTexture* texture = this->getTexture();
GrLayerAtlas.h 114 GrTexture* getTexture() const {
  /external/skia/src/gpu/text/
GrBatchFontCache.h 125 // if getTexture returns nullptr, the client must not try to use other functions on the
128 GrTexture* getTexture(GrMaskFormat format) {
130 return this->getAtlas(format)->getTexture();

Completed in 2367 milliseconds

1 2 3 4