HomeSort by relevance Sort by last modified time
    Searched defs:fTexture (Results 1 - 7 of 7) sorted by null

  /external/skia/include/gpu/
SkGrTexturePixelRef.h 30 virtual SkGpuTexture* getTexture() { return (SkGpuTexture*)fTexture; }
46 GrTexture* fTexture;
SkGpuDevice.h 74 virtual SkGpuTexture* accessTexture() { return (SkGpuTexture*)fTexture; }
158 GrTexture* fTexture;
  /external/skia/gpu/include/
GrAtlas.h 37 GrTexture* texture() const { return fTexture; }
56 GrTexture* fTexture;
77 return fTexture[format];
85 GrTexture* fTexture[kCount_GrMaskFormats];
GrTexture.h 54 GrTexture* asTexture() {return fTexture;}
127 , fTexture(texture)
143 GrAssert(NULL != fTexture);
144 fTexture = NULL;
148 GrTexture* fTexture; // not ref'ed
GrTextureCache.h 131 GrTexture* texture() const { return fTexture; }
157 GrTexture* fTexture;
  /external/skia/gm/
tilemodes.cpp 63 makebm(&fTexture[i], gConfigs[i], gWidth, gHeight);
67 SkBitmap fTexture[SK_ARRAY_COUNT(gConfigs)];
120 setup(&paint, fTexture[i], gFilters[j], gModes[kx], gModes[ky]);
  /external/skia/samplecode/
SampleTiling.cpp 66 makebm(&fTexture[i], gConfigs[i], gWidth, gHeight);
70 SkBitmap fTexture[SK_ARRAY_COUNT(gConfigs)];
127 setup(&paint, fTexture[i], gFilters[j], gModes[kx], gModes[ky]);

Completed in 82 milliseconds