HomeSort by relevance Sort by last modified time
    Searched refs:attr0 (Results 1 - 4 of 4) sorted by null

  /external/skia/include/gpu/
GrPaint.h 90 const GrEffectRef* addColorEffect(const GrEffectRef* effect, int attr0 = -1, int attr1 = -1) {
95 SkNEW_APPEND_TO_TARRAY(&fColorStages, GrEffectStage, (effect, attr0, attr1));
102 const GrEffectRef* addCoverageEffect(const GrEffectRef* effect, int attr0 = -1, int attr1 = -1) {
107 SkNEW_APPEND_TO_TARRAY(&fCoverageStages, GrEffectStage, (effect, attr0, attr1));
  /external/skia/src/gpu/
GrDrawState.h 343 const GrEffectRef* addColorEffect(const GrEffectRef* effect, int attr0 = -1, int attr1 = -1) {
345 SkNEW_APPEND_TO_TARRAY(&fColorStages, GrEffectStage, (effect, attr0, attr1));
349 const GrEffectRef* addCoverageEffect(const GrEffectRef* effect, int attr0 = -1, int attr1 = -1) {
351 SkNEW_APPEND_TO_TARRAY(&fCoverageStages, GrEffectStage, (effect, attr0, attr1));
    [all...]
  /external/chromium_org/third_party/libxml/src/
valid.c 2862 xmlAttrPtr attr0 = ((xmlRefPtr)data)->attr; local
    [all...]
  /external/libxml2/
valid.c 2862 xmlAttrPtr attr0 = ((xmlRefPtr)data)->attr; local
    [all...]

Completed in 250 milliseconds