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

  /external/skia/src/gpu/gl/
GrGLRenderTarget.h 38 void setViewport(const GrGLIRect& rect) { fViewport = rect; }
39 const GrGLIRect& getViewport() const { return fViewport; }
113 GrGLIRect fViewport;
GrGLRenderTarget.cpp 42 fViewport.fLeft = 0;
43 fViewport.fBottom = 0;
44 fViewport.fWidth = desc.fWidth;
45 fViewport.fHeight = desc.fHeight;
GrGLCreateNullInterface.cpp 471 functions->fViewport = nullGLViewport;
SkNullGLContext.cpp 520 functions->fViewport = nullGLViewport;
GrGLInterface.cpp 197 nullptr == fFunctions.fViewport ||
    [all...]
  /external/skia/include/gpu/gl/
GrGLInterface.h 315 GrGLFunction<GrGLViewportProc> fViewport;
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp     [all...]

Completed in 137 milliseconds