Searched defs:default0 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLSL_impl.h32 GrSLConstantVec default0,
41 GrAssert(has0 || kNone_GrSLConstantVec != default0);
45 GrAssert(kZeros_GrSLConstantVec == default0 || kOnes_GrSLConstantVec == default0);
47 if (kZeros_GrSLConstantVec == default0 || kZeros_GrSLConstantVec == default1) {
54 GrAssert(kZeros_GrSLConstantVec == default0 || kOnes_GrSLConstantVec == default0);
55 if (kZeros_GrSLConstantVec == default0) {
79 GrSLConstantVec default0,
89 GrAssert(kNone_GrSLConstantVec != default0);
29 GrGLSLModulatef(SkString* outAppend, const char* in0, const char* in1, GrSLConstantVec default0, GrSLConstantVec default1, bool omitIfConstVec) argument
76 GrGLSLAddf(SkString* outAppend, const char* in0, const char* in1, GrSLConstantVec default0, GrSLConstantVec default1, bool omitIfConstVec) argument
135 GrGLSLSubtractf(SkString* outAppend, const char* in0, const char* in1, GrSLConstantVec default0, GrSLConstantVec default1, bool omitIfConstVec) argument
[all...]
/external/skia/src/gpu/gl/
H A DGrGLSL_impl.h32 GrSLConstantVec default0,
41 GrAssert(has0 || kNone_GrSLConstantVec != default0);
45 GrAssert(kZeros_GrSLConstantVec == default0 || kOnes_GrSLConstantVec == default0);
47 if (kZeros_GrSLConstantVec == default0 || kZeros_GrSLConstantVec == default1) {
54 GrAssert(kZeros_GrSLConstantVec == default0 || kOnes_GrSLConstantVec == default0);
55 if (kZeros_GrSLConstantVec == default0) {
79 GrSLConstantVec default0,
89 GrAssert(kNone_GrSLConstantVec != default0);
29 GrGLSLModulatef(SkString* outAppend, const char* in0, const char* in1, GrSLConstantVec default0, GrSLConstantVec default1, bool omitIfConstVec) argument
76 GrGLSLAddf(SkString* outAppend, const char* in0, const char* in1, GrSLConstantVec default0, GrSLConstantVec default1, bool omitIfConstVec) argument
135 GrGLSLSubtractf(SkString* outAppend, const char* in0, const char* in1, GrSLConstantVec default0, GrSLConstantVec default1, bool omitIfConstVec) argument
[all...]

Completed in 93 milliseconds