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

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawState.h 27 class GrDrawState : public SkRefCnt {
29 SK_DECLARE_INST_COUNT(GrDrawState)
31 GrDrawState() {
36 GrDrawState(const SkMatrix& initialViewMatrix) {
44 GrDrawState(const GrDrawState& state) : INHERITED() {
52 GrDrawState(const GrDrawState& state, const SkMatrix& preConcatMatrix) {
65 virtual ~GrDrawState() { SkASSERT(0 == fBlockEffectRemovalCnt); }
75 * Initializes the GrDrawState based on a GrPaint, view matrix and render target. Note tha
    [all...]
  /external/skia/src/gpu/
GrDrawState.h 27 class GrDrawState : public SkRefCnt {
29 SK_DECLARE_INST_COUNT(GrDrawState)
31 GrDrawState() {
36 GrDrawState(const SkMatrix& initialViewMatrix) {
44 GrDrawState(const GrDrawState& state) : INHERITED() {
52 GrDrawState(const GrDrawState& state, const SkMatrix& preConcatMatrix) {
65 virtual ~GrDrawState() { SkASSERT(0 == fBlockEffectRemovalCnt); }
75 * Initializes the GrDrawState based on a GrPaint, view matrix and render target. Note tha
    [all...]

Completed in 52 milliseconds