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

  /external/chromium_org/third_party/skia/include/gpu/
GrEffectStage.h 21 class GrEffectStage {
23 explicit GrEffectStage(const GrEffectRef* effectRef, int attrIndex0 = -1, int attrIndex1 = -1)
30 GrEffectStage(const GrEffectStage& other) {
36 explicit GrEffectStage(const DeferredStage& deferredStage) {
40 GrEffectStage& operator= (const GrEffectStage& other) {
50 bool operator== (const GrEffectStage& other) const {
69 bool operator!= (const GrEffectStage& s) const { return !(*this == s); }
92 friend class GrEffectStage;
    [all...]
  /external/skia/include/gpu/
GrEffectStage.h 21 class GrEffectStage {
23 explicit GrEffectStage(const GrEffectRef* effectRef, int attrIndex0 = -1, int attrIndex1 = -1)
30 GrEffectStage(const GrEffectStage& other) {
36 explicit GrEffectStage(const DeferredStage& deferredStage) {
40 GrEffectStage& operator= (const GrEffectStage& other) {
50 bool operator== (const GrEffectStage& other) const {
69 bool operator!= (const GrEffectStage& s) const { return !(*this == s); }
92 friend class GrEffectStage;
    [all...]

Completed in 76 milliseconds