HomeSort by relevance Sort by last modified time
    Searched refs:refOriginalTextureProxy (Results 1 - 12 of 12) sorted by null

  /external/skia/src/gpu/
GrBitmapTextureMaker.h 22 sk_sp<GrTextureProxy> refOriginalTextureProxy(bool willBeMipped,
GrImageTextureMaker.h 26 sk_sp<GrTextureProxy> refOriginalTextureProxy(bool willBeMipped,
GrTextureMaker.cpp 32 sk_sp<GrTextureProxy> original(this->refOriginalTextureProxy(willBeMipped, dstColorSpace,
41 return this->refOriginalTextureProxy(willBeMipped, dstColorSpace,
66 result = this->refOriginalTextureProxy(false, dstColorSpace,
144 sk_sp<GrTextureProxy> original(this->refOriginalTextureProxy(willBeMipped, dstColorSpace,
GrTextureMaker.h 38 * construct then refOriginalTextureProxy should return nullptr (for example if texture is made
41 virtual sk_sp<GrTextureProxy> refOriginalTextureProxy(bool willBeMipped,
56 * - refOriginalTextureProxy()
GrImageTextureMaker.cpp 28 sk_sp<GrTextureProxy> GrImageTextureMaker::refOriginalTextureProxy(bool willBeMipped,
GrBitmapTextureMaker.cpp 33 sk_sp<GrTextureProxy> GrBitmapTextureMaker::refOriginalTextureProxy(bool willBeMipped,
  /external/skqp/src/gpu/
GrBitmapTextureMaker.h 22 sk_sp<GrTextureProxy> refOriginalTextureProxy(bool willBeMipped,
GrImageTextureMaker.h 26 sk_sp<GrTextureProxy> refOriginalTextureProxy(bool willBeMipped,
GrTextureMaker.cpp 32 sk_sp<GrTextureProxy> original(this->refOriginalTextureProxy(willBeMipped, dstColorSpace,
41 return this->refOriginalTextureProxy(willBeMipped, dstColorSpace,
66 result = this->refOriginalTextureProxy(false, dstColorSpace,
144 sk_sp<GrTextureProxy> original(this->refOriginalTextureProxy(willBeMipped, dstColorSpace,
GrTextureMaker.h 50 * construct then refOriginalTextureProxy should return nullptr (for example if texture is made
53 virtual sk_sp<GrTextureProxy> refOriginalTextureProxy(bool willBeMipped,
68 * - refOriginalTextureProxy()
GrImageTextureMaker.cpp 28 sk_sp<GrTextureProxy> GrImageTextureMaker::refOriginalTextureProxy(bool willBeMipped,
GrBitmapTextureMaker.cpp 33 sk_sp<GrTextureProxy> GrBitmapTextureMaker::refOriginalTextureProxy(bool willBeMipped,

Completed in 142 milliseconds