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

  /external/skia/src/gpu/
GrDrawTargetCaps.h 190 int maxTextureSize() const { return fMaxTextureSize; }
224 int fMaxTextureSize;
GrDrawTarget.cpp 634 fMaxTextureSize = 0;
659 fMaxTextureSize = other.fMaxTextureSize;
703 r.appendf("Max Texture Size : %d\n", fMaxTextureSize);
  /external/skia/src/gpu/gl/
GrGLCaps.cpp 330 GR_GL_GetIntegerv(gli, GR_GL_MAX_TEXTURE_SIZE, &fMaxTextureSize);
334 fMaxRenderTargetSize = SkTMin(fMaxTextureSize, fMaxRenderTargetSize);
    [all...]

Completed in 115 milliseconds