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

  /external/skia/src/gpu/gl/
GrGLRenderTarget.h 33 void setViewport(const GrGLIRect& rect) { fViewport = rect; }
34 const GrGLIRect& getViewport() const { return fViewport; }
87 GrGLIRect fViewport;
GrGLRenderTarget.cpp 36 fViewport.fLeft = 0;
37 fViewport.fBottom = 0;
38 fViewport.fWidth = desc.fWidth;
39 fViewport.fHeight = desc.fHeight;
GrGLCreateNullInterface.cpp 467 functions->fViewport = nullGLViewport;
GrGLInterface.cpp 193 NULL == fFunctions.fViewport ||
SkNullGLContext.cpp 470 functions->fViewport = nullGLViewport;
  /external/skia/tools/
PictureRenderer.h 110 void setViewport(SkISize size) { fViewport = size; }
256 if (!fViewport.isEmpty()) {
257 config.appendf("_viewport_%ix%i", fViewport.width(), fViewport.height());
426 fViewport.set(0, 0);
480 SkISize fViewport;
PictureRenderer.cpp 202 if (fViewport.width() > 0) {
203 width = SkMin32(width, fViewport.width());
211 if (fViewport.height() > 0) {
212 height = SkMin32(height, fViewport.height());
  /external/skia/include/gpu/gl/
GrGLInterface.h 323 GLPtr<GrGLViewportProc> fViewport;
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp     [all...]

Completed in 148 milliseconds