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

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTargetCaps.h 64 int maxRenderTargetSize() const { return fMaxRenderTargetSize; }
96 int fMaxRenderTargetSize;
GrDrawTarget.cpp     [all...]
  /external/skia/src/gpu/
GrDrawTargetCaps.h 64 int maxRenderTargetSize() const { return fMaxRenderTargetSize; }
96 int fMaxRenderTargetSize;
GrDrawTarget.cpp     [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCaps.cpp 309 GR_GL_GetIntegerv(gli, GR_GL_MAX_RENDERBUFFER_SIZE, &fMaxRenderTargetSize);
312 fMaxRenderTargetSize = SkTMin(fMaxTextureSize, fMaxRenderTargetSize);
    [all...]
  /external/skia/src/gpu/gl/
GrGLCaps.cpp 309 GR_GL_GetIntegerv(gli, GR_GL_MAX_RENDERBUFFER_SIZE, &fMaxRenderTargetSize);
312 fMaxRenderTargetSize = SkTMin(fMaxTextureSize, fMaxRenderTargetSize);
    [all...]

Completed in 118 milliseconds