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

  /external/skia/src/gpu/
GrDrawTarget.h 55 int fMaxTextureSize;
    [all...]
GrDrawTarget.cpp     [all...]
GrContext.cpp 173 GrAssert(gpu->getCaps().fMaxTextureSize <= SK_MaxU16);
527 return fGpu->getCaps().fMaxTextureSize;
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 287 GR_GL_GetIntegerv(gl, GR_GL_MAX_TEXTURE_SIZE, &fCaps.fMaxTextureSize);
291 fCaps.fMaxRenderTargetSize = GrMin(fCaps.fMaxTextureSize, fCaps.fMaxRenderTargetSize);
    [all...]

Completed in 46 milliseconds