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

  /external/skia/gpu/include/
GrPaint.h 52 GrSafeUnref(fTextures[i]);
53 fTextures[i] = texture;
58 return fTextures[i];
110 fTextures[i] = NULL;
130 fTextures[i] = paint.fTextures[i];
131 GrSafeRef(fTextures[i]);
142 GrSafeUnref(fTextures[i]);
180 if (NULL != fTextures[i]) {
216 GrTexture* fTextures[kMaxTextures]
    [all...]
GrDrawTarget.h 178 GrTexture* fTextures[kNumStages];
    [all...]
  /external/skia/gpu/src/
GrDrawTarget.cpp 309 fCurrDrawState.fTextures[stage] = tex;
314 return fCurrDrawState.fTextures[stage];
319 return fCurrDrawState.fTextures[stage];
546 GrAssert(NULL != fCurrDrawState.fTextures[s]);
548 GrPixelConfig config = fCurrDrawState.fTextures[s]->config();
GrGpuGLShaders.cpp 365 GrGLTexture* texture = (GrGLTexture*) fCurrDrawState.fTextures[s];
389 GrGLTexture* texture = (GrGLTexture*) fCurrDrawState.fTextures[s];
395 GrAssert(NULL != fCurrDrawState.fTextures[s]);
397 GrGLTexture* texture = (GrGLTexture*) fCurrDrawState.fTextures[s];
464 GrGLTexture* texture = (GrGLTexture*) fCurrDrawState.fTextures[s];
745 GrGLTexture* texture = (GrGLTexture*) fCurrDrawState.fTextures[s];
    [all...]
GrGpuGL.cpp 543 fHWDrawState.fTextures[s] = NULL;
    [all...]
GrInOrderDrawBuffer.cpp 319 GrSafeUnref(dstate.fTextures[s]);
532 GrSafeRef(fCurrDrawState.fTextures[s]);
GrGpuGLFixed.cpp 195 GrGLTexture* texture = (GrGLTexture*)fCurrDrawState.fTextures[s];

Completed in 471 milliseconds