HomeSort by relevance Sort by last modified time
    Searched defs:GrGLIRect (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/gl/
GrGLIRect.h 20 struct GrGLIRect {
32 GR_STATIC_ASSERT(0 == offsetof(GrGLIRect, fLeft));
33 GR_STATIC_ASSERT(4 == offsetof(GrGLIRect, fBottom));
34 GR_STATIC_ASSERT(8 == offsetof(GrGLIRect, fWidth));
35 GR_STATIC_ASSERT(12 == offsetof(GrGLIRect, fHeight));
36 GR_STATIC_ASSERT(16 == sizeof(GrGLIRect)); // For an array of GrGLIRect.
49 GR_STATIC_ASSERT(sizeof(GrGLIRect) == 4*sizeof(GrGLint));
56 void setRelativeTo(const GrGLIRect& glViewport, const SkIRect& devRect, GrSurfaceOrigin org) {
61 void setRelativeTo(const GrGLIRect& glRect
    [all...]
  /external/skqp/src/gpu/gl/
GrGLIRect.h 20 struct GrGLIRect {
32 GR_STATIC_ASSERT(0 == offsetof(GrGLIRect, fLeft));
33 GR_STATIC_ASSERT(4 == offsetof(GrGLIRect, fBottom));
34 GR_STATIC_ASSERT(8 == offsetof(GrGLIRect, fWidth));
35 GR_STATIC_ASSERT(12 == offsetof(GrGLIRect, fHeight));
36 GR_STATIC_ASSERT(16 == sizeof(GrGLIRect)); // For an array of GrGLIRect.
49 GR_STATIC_ASSERT(sizeof(GrGLIRect) == 4*sizeof(GrGLint));
56 void setRelativeTo(const GrGLIRect& glViewport, const SkIRect& devRect, GrSurfaceOrigin org) {
61 void setRelativeTo(const GrGLIRect& glRect
    [all...]

Completed in 63 milliseconds