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

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrTextureUnitObj.cpp 14 if (fTexture) {
15 GrAlwaysAssert(fTexture->getBound(this));
16 fTexture->resetBound(this);
18 GrAlwaysAssert(!fTexture->getDeleted());
19 fTexture->unref();
22 fTexture = texture;
24 if (fTexture) {
25 GrAlwaysAssert(!fTexture->getDeleted());
26 fTexture->ref();
28 GrAlwaysAssert(!fTexture->getBound(this))
    [all...]
GrTextureUnitObj.h 25 , fTexture(NULL) {
34 GrTextureObj *getTexture() { return fTexture; }
39 GrTextureObj *fTexture;
GrDebugGL.cpp 42 , fTexture(NULL)
74 fTexture = NULL;
  /external/skia/src/gpu/gl/debug/
GrTextureUnitObj.cpp 14 if (fTexture) {
15 GrAlwaysAssert(fTexture->getBound(this));
16 fTexture->resetBound(this);
18 GrAlwaysAssert(!fTexture->getDeleted());
19 fTexture->unref();
22 fTexture = texture;
24 if (fTexture) {
25 GrAlwaysAssert(!fTexture->getDeleted());
26 fTexture->ref();
28 GrAlwaysAssert(!fTexture->getBound(this))
    [all...]
GrTextureUnitObj.h 25 , fTexture(NULL) {
34 GrTextureObj *getTexture() { return fTexture; }
39 GrTextureObj *fTexture;
GrDebugGL.cpp 42 , fTexture(NULL)
74 fTexture = NULL;
  /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 SkASSERT(NULL != fTexture);
160 fTexture = NULL;
164 GrTexture* fTexture; // not ref'ed
GrTexture.h 186 : fTexture(SkSafeRef(texture))
191 fTexture.reset(SkSafeRef(other.fTexture.get()));
201 GrTexture* texture() const { return fTexture.get(); }
204 fTexture.reset(SkSafeRef(texture));
208 SkAutoTUnref<GrTexture> fTexture;
GrContext.h     [all...]
GrTextureAccess.h 158 (fTexture.get() == other.fTexture.get()) &&
164 GrTexture* getTexture() const { return fTexture.get(); }
181 SkAutoTUnref<GrTexture> fTexture;
  /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 SkASSERT(NULL != fTexture);
160 fTexture = NULL;
164 GrTexture* fTexture; // not ref'ed
GrTexture.h 186 : fTexture(SkSafeRef(texture))
191 fTexture.reset(SkSafeRef(other.fTexture.get()));
201 GrTexture* texture() const { return fTexture.get(); }
204 fTexture.reset(SkSafeRef(texture));
208 SkAutoTUnref<GrTexture> fTexture;
GrContext.h     [all...]
GrTextureAccess.h 158 (fTexture.get() == other.fTexture.get()) &&
164 GrTexture* getTexture() const { return fTexture.get(); }
181 SkAutoTUnref<GrTexture> fTexture;
  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.h 37 GrTexture* texture() const { return fTexture; }
53 GrTexture* fTexture;
78 return fTexture;
87 GrTexture* fTexture;
GrAtlas.cpp 52 , fTexture(NULL)
100 GrContext* context = fTexture->getContext();
104 context->writeTexturePixels(fTexture,
106 fTexture->config(), image, 0,
126 fTexture = NULL;
149 SkSafeUnref(fTexture);
177 if (NULL == fTexture) {
185 fTexture = fGpu->createTexture(desc, NULL, 0);
186 if (NULL == fTexture) {
191 newPlot->fTexture = fTexture
    [all...]
GrTextureAccess.cpp 49 fTexture.reset(SkRef(texture));
61 fTexture.reset(SkRef(texture));
68 fTexture.reset(SkRef(texture));
78 fTexture.reset(SkRef(texture));
  /external/skia/src/gpu/
GrAtlas.h 37 GrTexture* texture() const { return fTexture; }
53 GrTexture* fTexture;
78 return fTexture;
87 GrTexture* fTexture;
GrAtlas.cpp 52 , fTexture(NULL)
100 GrContext* context = fTexture->getContext();
104 context->writeTexturePixels(fTexture,
106 fTexture->config(), image, 0,
126 fTexture = NULL;
149 SkSafeUnref(fTexture);
177 if (NULL == fTexture) {
185 fTexture = fGpu->createTexture(desc, NULL, 0);
186 if (NULL == fTexture) {
191 newPlot->fTexture = fTexture
    [all...]
GrTextureAccess.cpp 49 fTexture.reset(SkRef(texture));
61 fTexture.reset(SkRef(texture));
68 fTexture.reset(SkRef(texture));
78 fTexture.reset(SkRef(texture));
  /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;
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 77 , fTexture(NULL)
158 fDesc.fContext->writeTexturePixels(fTexture,
205 fTexture = fDesc.fContext->findAndRefTexture(texDesc, cacheID, &params);
206 if (NULL == fTexture) {
207 fTexture = fDesc.fContext->createTexture(&params, texDesc, cacheID, NULL, 0);
212 SkASSERT(NULL != fTexture);
216 SkASSERT(NULL != fTexture && 0 == fLockedRows);
217 fTexture->unref();
218 fTexture = NULL;
343 SkASSERT(NULL == fTexture);
    [all...]
GrTextureStripAtlas.h 71 GrTexture* getTexture() const { return fTexture; }
168 GrTexture* fTexture;
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 77 , fTexture(NULL)
158 fDesc.fContext->writeTexturePixels(fTexture,
205 fTexture = fDesc.fContext->findAndRefTexture(texDesc, cacheID, &params);
206 if (NULL == fTexture) {
207 fTexture = fDesc.fContext->createTexture(&params, texDesc, cacheID, NULL, 0);
212 SkASSERT(NULL != fTexture);
216 SkASSERT(NULL != fTexture && 0 == fLockedRows);
217 fTexture->unref();
218 fTexture = NULL;
343 SkASSERT(NULL == fTexture);
    [all...]
GrTextureStripAtlas.h 71 GrTexture* getTexture() const { return fTexture; }
168 GrTexture* fTexture;

Completed in 102 milliseconds

1 2