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 73 struct SharedGLState {
79 SharedGLState() { this->invalidate(); }
162 SharedGLState*);
177 void setColor(const GrDrawState&, GrColor color, SharedGLState*);
181 void setCoverage(const GrDrawState&, GrColor coverage, SharedGLState*);
  /external/skia/src/gpu/gl/
GrGLProgram.h 73 struct SharedGLState {
79 SharedGLState() { this->invalidate(); }
162 SharedGLState*);
177 void setColor(const GrDrawState&, GrColor color, SharedGLState*);
181 void setCoverage(const GrDrawState&, GrColor coverage, SharedGLState*);

Completed in 65 milliseconds