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

  /external/skia/src/gpu/
GrBitmapTextureMaker.h 11 #include "GrTextureMaker.h"
17 class GrBitmapTextureMaker : public GrTextureMaker {
38 typedef GrTextureMaker INHERITED;
GrImageTextureMaker.h 11 #include "GrTextureMaker.h"
18 class GrImageTextureMaker : public GrTextureMaker {
43 typedef GrTextureMaker INHERITED;
GrTextureMaker.h 17 class GrTextureMaker : public GrTextureProducer {
30 GrTextureMaker(GrContext* context, int width, int height, bool isAlphaOnly)
GrTextureMaker.cpp 8 #include "GrTextureMaker.h"
16 sk_sp<GrTextureProxy> GrTextureMaker::onRefTextureProxyForParams(const GrSamplerState& params,
95 std::unique_ptr<GrFragmentProcessor> GrTextureMaker::createFragmentProcessor(
141 sk_sp<GrTextureProxy> GrTextureMaker::generateTextureProxyForParams(const CopyParams& copyParams,
SkGpuDevice.h 23 class GrTextureMaker;
220 void drawTextureMaker(GrTextureMaker* maker,
SkGpuDevice_drawTexture.cpp 15 #include "GrTextureMaker.h"
161 void SkGpuDevice::drawTextureMaker(GrTextureMaker* maker, int imageW, int imageH,
  /external/skqp/src/gpu/
GrBitmapTextureMaker.h 11 #include "GrTextureMaker.h"
17 class GrBitmapTextureMaker : public GrTextureMaker {
38 typedef GrTextureMaker INHERITED;
GrImageTextureMaker.h 11 #include "GrTextureMaker.h"
18 class GrImageTextureMaker : public GrTextureMaker {
43 typedef GrTextureMaker INHERITED;
GrTextureMaker.h 17 class GrTextureMaker : public GrTextureProducer {
42 GrTextureMaker(GrContext* context, int width, int height, bool isAlphaOnly)
GrTextureMaker.cpp 8 #include "GrTextureMaker.h"
16 sk_sp<GrTextureProxy> GrTextureMaker::refTextureProxyForParams(const GrSamplerState& params,
95 std::unique_ptr<GrFragmentProcessor> GrTextureMaker::createFragmentProcessor(
141 sk_sp<GrTextureProxy> GrTextureMaker::generateTextureProxyForParams(const CopyParams& copyParams,
SkGpuDevice.h 23 class GrTextureMaker;
220 void drawTextureMaker(GrTextureMaker* maker,
SkGpuDevice_drawTexture.cpp 15 #include "GrTextureMaker.h"
161 void SkGpuDevice::drawTextureMaker(GrTextureMaker* maker, int imageW, int imageH,
  /external/skia/src/core/
SkImageCacherator.h 15 #include "GrTextureMaker.h"
54 GrTextureMaker::AllowedTexGenType genType) = 0;
  /external/skqp/src/core/
SkImageCacherator.h 15 #include "GrTextureMaker.h"
54 GrTextureMaker::AllowedTexGenType genType) = 0;
  /external/skia/src/image/
SkImage_Lazy.cpp 114 GrTextureMaker::AllowedTexGenType genType) override;
743 GrTextureMaker::AllowedTexGenType genType) {
790 if (GrTextureMaker::AllowedTexGenType::kCheap == genType &&
    [all...]
SkImage_Gpu.cpp 545 static sk_sp<SkImage> create_image_from_maker(GrContext* context, GrTextureMaker* maker,
    [all...]
  /external/skqp/src/image/
SkImage_Lazy.cpp 114 GrTextureMaker::AllowedTexGenType genType) override;
743 GrTextureMaker::AllowedTexGenType genType) {
790 if (GrTextureMaker::AllowedTexGenType::kCheap == genType &&
    [all...]
SkImage_Gpu.cpp 541 static sk_sp<SkImage> create_image_from_maker(GrContext* context, GrTextureMaker* maker,
    [all...]

Completed in 682 milliseconds