Searched refs:kVec2f_GrSLType (Results 1 – 17 of 17) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLEffectMatrix.cpp | 48 varyingType = kVec2f_GrSLType; in emitCode() 51 fUniType = kVec2f_GrSLType; in emitCode() 53 varyingType = kVec2f_GrSLType; in emitCode() 58 varyingType = kVec2f_GrSLType; in emitCode() 95 GrAssert(kVec2f_GrSLType == varyingType); in emitCode() 98 case kVec2f_GrSLType: in emitCode() 99 GrAssert(kVec2f_GrSLType == varyingType); in emitCode() 103 GrAssert(kVec2f_GrSLType == varyingType || kVec3f_GrSLType == varyingType); in emitCode() 104 if (kVec2f_GrSLType == varyingType) { in emitCode() 178 case kVec2f_GrSLType: { in setData()
|
D | GrGLShaderBuilder.h | 89 GrSLType coordType = kVec2f_GrSLType) const; 99 GrSLType coordType = kVec2f_GrSLType) const;
|
D | GrGLSL.h | 45 kVec2f_GrSLType, enumerator
|
D | GrGLShaderBuilder.cpp | 28 if (kVec2f_GrSLType == type) { in sample_function_name() 100 fPositionVar->set(kVec2f_GrSLType, GrGLShaderVar::kAttribute_TypeModifier, "aPosition"); in GrGLShaderBuilder()
|
D | GrGLSL.cpp | 76 GR_STATIC_ASSERT(kVec2f_GrSLType == 2); in GrSLFloatVectorType()
|
D | GrGLUniformManager.cpp | 79 GrAssert(uni.fType == kVec2f_GrSLType); in set2f() 95 GrAssert(uni.fType == kVec2f_GrSLType); in set2fv()
|
D | GrGLShaderVar.h | 293 case kVec2f_GrSLType: in TypeString()
|
D | GrGLProgram.cpp | 592 builder.fVSAttrs.push_back().set(kVec2f_GrSLType, in genProgram()
|
/external/skia/src/effects/ |
D | SkMagnifierImageFilter.cpp | 139 kVec2f_GrSLType, "uOffset"); in emitCode() 143 kVec2f_GrSLType, "uZoom"); in emitCode() 147 kVec2f_GrSLType, "uInset"); in emitCode()
|
D | SkMatrixConvolutionImageFilter.cpp | 396 kVec2f_GrSLType, "ImageIncrement"); in emitCode() 400 kVec2f_GrSLType, "Target"); in emitCode()
|
D | SkBicubicImageFilter.cpp | 228 kVec2f_GrSLType, "ImageIncrement"); in emitCode()
|
D | SkDisplacementMapEffect.cpp | 402 kVec2f_GrSLType, "Scale"); in emitCode()
|
D | SkMorphologyImageFilter.cpp | 325 kVec2f_GrSLType, "ImageIncrement"); in emitCode()
|
D | SkLightingImageFilter.cpp | 1119 kVec2f_GrSLType, in emitCode()
|
/external/skia/src/effects/gradients/ |
D | SkTwoPointRadialGradient.cpp | 557 if (kVec2f_GrSLType == coordsVaryingType) { in emitCode() 571 if (kVec2f_GrSLType == coordsVaryingType) { in emitCode() 602 if (kVec2f_GrSLType == coordsVaryingType) { in emitCode()
|
D | SkTwoPointConicalGradient.cpp | 497 if (kVec2f_GrSLType == coordsVaryingType) { in emitCode() 514 if (kVec2f_GrSLType == coordsVaryingType) { in emitCode() 550 if (kVec2f_GrSLType == coordsVaryingType) { in emitCode()
|
/external/skia/src/gpu/effects/ |
D | GrConvolutionEffect.cpp | 65 kVec2f_GrSLType, "ImageIncrement"); in emitCode()
|