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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgram.h 69 struct SharedGLState {
75 SharedGLState() { this->invalidate(); }
115 SharedGLState*);
196 void setColor(const GrDrawState&, GrColor color, SharedGLState*);
200 void setCoverage(const GrDrawState&, GrColor coverage, SharedGLState*);
  /external/skia/src/gpu/gl/
GrGLProgram.h 69 struct SharedGLState {
75 SharedGLState() { this->invalidate(); }
115 SharedGLState*);
196 void setColor(const GrDrawState&, GrColor color, SharedGLState*);
200 void setCoverage(const GrDrawState&, GrColor coverage, SharedGLState*);

Completed in 49 milliseconds