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

  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrTextureUnitObj.h 25 , fTexture(NULL) {
34 GrTextureObj *getTexture() { return fTexture; }
39 GrTextureObj *fTexture;
GrDebugGL.h 131 GrTextureObj* fTexture;
  /external/skia/src/gpu/gl/debug/
GrTextureUnitObj.h 25 , fTexture(NULL) {
34 GrTextureObj *getTexture() { return fTexture; }
39 GrTextureObj *fTexture;
GrDebugGL.h 131 GrTextureObj* fTexture;
  /external/chromium_org/third_party/skia/include/gpu/
GrRenderTarget.h 35 virtual GrTexture* asTexture() SK_OVERRIDE { return fTexture; }
36 virtual const GrTexture* asTexture() const SK_OVERRIDE { return fTexture; }
147 , fTexture(texture) {
159 GrAssert(NULL != fTexture);
160 fTexture = NULL;
164 GrTexture* fTexture; // not ref'ed
GrTexture.h 187 : fTexture(SkSafeRef(texture))
192 fTexture.reset(SkSafeRef(other.fTexture.get()));
202 GrTexture* texture() const { return fTexture.get(); }
205 fTexture.reset(SkSafeRef(texture));
209 SkAutoTUnref<GrTexture> fTexture;
GrTextureAccess.h 158 (fTexture.get() == other.fTexture.get()) &&
164 GrTexture* getTexture() const { return fTexture.get(); }
181 SkAutoTUnref<GrTexture> fTexture;
GrContext.h     [all...]
  /external/skia/include/gpu/
GrRenderTarget.h 35 virtual GrTexture* asTexture() SK_OVERRIDE { return fTexture; }
36 virtual const GrTexture* asTexture() const SK_OVERRIDE { return fTexture; }
147 , fTexture(texture) {
159 GrAssert(NULL != fTexture);
160 fTexture = NULL;
164 GrTexture* fTexture; // not ref'ed
GrTexture.h 187 : fTexture(SkSafeRef(texture))
192 fTexture.reset(SkSafeRef(other.fTexture.get()));
202 GrTexture* texture() const { return fTexture.get(); }
205 fTexture.reset(SkSafeRef(texture));
209 SkAutoTUnref<GrTexture> fTexture;
GrTextureAccess.h 158 (fTexture.get() == other.fTexture.get()) &&
164 GrTexture* getTexture() const { return fTexture.get(); }
181 SkAutoTUnref<GrTexture> fTexture;
GrContext.h     [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.h 27 GrTexture* texture() const { return fTexture; }
60 GrTexture* fTexture;
82 return fTexture[format];
90 GrTexture* fTexture[kCount_GrMaskFormats];
SkGpuDevice.cpp 66 , fTexture(NULL) {
74 , fTexture(NULL) {
80 if (NULL != fTexture) {
81 GrUnlockAndUnrefCachedBitmapTexture(fTexture);
88 if (NULL != fTexture) {
89 GrUnlockAndUnrefCachedBitmapTexture(fTexture);
90 fTexture = NULL;
96 fTexture = GrLockAndRefCachedBitmapTexture(device->context(), bitmap, params);
97 result = fTexture;
104 GrTexture* fTexture;
    [all...]
  /external/skia/gm/
samplerstress.cpp 50 fTexture.setConfig(SkBitmap::kARGB_8888_Config,
55 fTexture.allocPixels();
56 fTexture.lockPixels();
57 SkPMColor* addr = fTexture.getAddr32(0, 0);
72 fTexture.unlockPixels();
84 fShader.reset(SkShader::CreateBitmapShader(fTexture,
147 SkBitmap fTexture;
tilemodes.cpp 66 SkBitmap fTexture[SK_ARRAY_COUNT(gConfigs)];
88 makebm(&fTexture[i], gConfigs[i], size, size);
136 makebm(&fTexture[i], gConfigs[i], size, size);
139 setup(&paint, fTexture[i], gFilters[j], gModes[kx], gModes[ky]);
  /external/skia/src/gpu/
GrAtlas.h 27 GrTexture* texture() const { return fTexture; }
60 GrTexture* fTexture;
82 return fTexture[format];
90 GrTexture* fTexture[kCount_GrMaskFormats];
SkGpuDevice.cpp 66 , fTexture(NULL) {
74 , fTexture(NULL) {
80 if (NULL != fTexture) {
81 GrUnlockAndUnrefCachedBitmapTexture(fTexture);
88 if (NULL != fTexture) {
89 GrUnlockAndUnrefCachedBitmapTexture(fTexture);
90 fTexture = NULL;
96 fTexture = GrLockAndRefCachedBitmapTexture(device->context(), bitmap, params);
97 result = fTexture;
104 GrTexture* fTexture;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.h 71 GrTexture* getTexture() const { return fTexture; }
165 GrTexture* fTexture;
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 71 GrTexture* getTexture() const { return fTexture; }
165 GrTexture* fTexture;

Completed in 1227 milliseconds