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

  /external/chromium_org/third_party/skia/src/gpu/
GrBitmapTextContext.h 50 GrTexture* fCurrTexture;
GrDistanceFieldTextContext.h 53 GrTexture* fCurrTexture;
GrDistanceFieldTextContext.cpp 51 fCurrTexture = NULL;
111 SkASSERT(fCurrTexture);
128 fCurrTexture,
158 fCurrTexture, params,
165 fCurrTexture, params,
183 SkSafeSetNull(fCurrTexture);
289 if (fCurrTexture != texture || fCurrVertex + 4 > fMaxVertices) {
291 fCurrTexture = texture;
292 fCurrTexture->ref();
364 fCurrTexture = NULL
    [all...]
GrBitmapTextContext.cpp 57 fCurrTexture = NULL;
94 SkASSERT(fCurrTexture);
97 uint32_t textureGenID = fCurrTexture->getGenerationID();
100 fCachedEffect.reset(GrCustomCoordsTextureEffect::Create(fCurrTexture, params));
160 SkSafeSetNull(fCurrTexture);
169 fCurrTexture = NULL;
519 if (fCurrTexture != texture || fCurrVertex + 4 > fMaxVertices) {
521 fCurrTexture = texture;
522 fCurrTexture->ref();
  /external/skia/src/gpu/
GrBitmapTextContext.h 50 GrTexture* fCurrTexture;
GrDistanceFieldTextContext.h 53 GrTexture* fCurrTexture;
GrDistanceFieldTextContext.cpp 51 fCurrTexture = NULL;
111 SkASSERT(fCurrTexture);
128 fCurrTexture,
158 fCurrTexture, params,
165 fCurrTexture, params,
183 SkSafeSetNull(fCurrTexture);
289 if (fCurrTexture != texture || fCurrVertex + 4 > fMaxVertices) {
291 fCurrTexture = texture;
292 fCurrTexture->ref();
364 fCurrTexture = NULL
    [all...]
GrBitmapTextContext.cpp 57 fCurrTexture = NULL;
94 SkASSERT(fCurrTexture);
97 uint32_t textureGenID = fCurrTexture->getGenerationID();
100 fCachedEffect.reset(GrCustomCoordsTextureEffect::Create(fCurrTexture, params));
160 SkSafeSetNull(fCurrTexture);
169 fCurrTexture = NULL;
519 if (fCurrTexture != texture || fCurrVertex + 4 > fMaxVertices) {
521 fCurrTexture = texture;
522 fCurrTexture->ref();

Completed in 471 milliseconds