Home
last modified time | relevance | path

Searched refs:fCurrTexture (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
DGrBitmapTextContext.cpp35 fCurrTexture = NULL; in GrBitmapTextContext()
65 SkASSERT(fCurrTexture); in flushGlyphs()
70 GrCustomCoordsTextureEffect::Create(fCurrTexture, params), in flushGlyphs()
76 } else if (!GrPixelConfigIsAlphaOnly(fCurrTexture->config())) { in flushGlyphs()
108 SkSafeSetNull(fCurrTexture); in flushGlyphs()
219 if (fCurrTexture != texture || fCurrVertex + 4 > fMaxVertices) { in drawPackedGlyph()
221 fCurrTexture = texture; in drawPackedGlyph()
222 fCurrTexture->ref(); in drawPackedGlyph()
DGrDistanceFieldTextContext.cpp36 fCurrTexture = NULL; in GrDistanceFieldTextContext()
66 SkASSERT(fCurrTexture); in flushGlyphs()
71 GrDistanceFieldTextureEffect::Create(fCurrTexture, params), in flushGlyphs()
74 if (!GrPixelConfigIsAlphaOnly(fCurrTexture->config())) { in flushGlyphs()
105 SkSafeSetNull(fCurrTexture); in flushGlyphs()
211 if (fCurrTexture != texture || fCurrVertex + 4 > fMaxVertices) { in drawPackedGlyph()
213 fCurrTexture = texture; in drawPackedGlyph()
214 fCurrTexture->ref(); in drawPackedGlyph()
/external/skia/src/gpu/
DGrBitmapTextContext.cpp35 fCurrTexture = NULL; in GrBitmapTextContext()
65 SkASSERT(fCurrTexture); in flushGlyphs()
70 GrCustomCoordsTextureEffect::Create(fCurrTexture, params), in flushGlyphs()
76 } else if (!GrPixelConfigIsAlphaOnly(fCurrTexture->config())) { in flushGlyphs()
108 SkSafeSetNull(fCurrTexture); in flushGlyphs()
219 if (fCurrTexture != texture || fCurrVertex + 4 > fMaxVertices) { in drawPackedGlyph()
221 fCurrTexture = texture; in drawPackedGlyph()
222 fCurrTexture->ref(); in drawPackedGlyph()
DGrDistanceFieldTextContext.cpp36 fCurrTexture = NULL; in GrDistanceFieldTextContext()
66 SkASSERT(fCurrTexture); in flushGlyphs()
71 GrDistanceFieldTextureEffect::Create(fCurrTexture, params), in flushGlyphs()
74 if (!GrPixelConfigIsAlphaOnly(fCurrTexture->config())) { in flushGlyphs()
105 SkSafeSetNull(fCurrTexture); in flushGlyphs()
211 if (fCurrTexture != texture || fCurrVertex + 4 > fMaxVertices) { in drawPackedGlyph()
213 fCurrTexture = texture; in drawPackedGlyph()
214 fCurrTexture->ref(); in drawPackedGlyph()
/external/skia/include/gpu/
DGrBitmapTextContext.h42 GrTexture* fCurrTexture; variable
DGrDistanceFieldTextContext.h42 GrTexture* fCurrTexture; variable
/external/chromium_org/third_party/skia/include/gpu/
DGrBitmapTextContext.h42 GrTexture* fCurrTexture; variable
DGrDistanceFieldTextContext.h42 GrTexture* fCurrTexture; variable