Home
last modified time | relevance | path

Searched refs:kVec2f_GrSLType (Results 1 – 17 of 17) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLEffectMatrix.cpp48 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()
DGrGLShaderBuilder.h89 GrSLType coordType = kVec2f_GrSLType) const;
99 GrSLType coordType = kVec2f_GrSLType) const;
DGrGLSL.h45 kVec2f_GrSLType, enumerator
DGrGLShaderBuilder.cpp28 if (kVec2f_GrSLType == type) { in sample_function_name()
100 fPositionVar->set(kVec2f_GrSLType, GrGLShaderVar::kAttribute_TypeModifier, "aPosition"); in GrGLShaderBuilder()
DGrGLSL.cpp76 GR_STATIC_ASSERT(kVec2f_GrSLType == 2); in GrSLFloatVectorType()
DGrGLUniformManager.cpp79 GrAssert(uni.fType == kVec2f_GrSLType); in set2f()
95 GrAssert(uni.fType == kVec2f_GrSLType); in set2fv()
DGrGLShaderVar.h293 case kVec2f_GrSLType: in TypeString()
DGrGLProgram.cpp592 builder.fVSAttrs.push_back().set(kVec2f_GrSLType, in genProgram()
/external/skia/src/effects/
DSkMagnifierImageFilter.cpp139 kVec2f_GrSLType, "uOffset"); in emitCode()
143 kVec2f_GrSLType, "uZoom"); in emitCode()
147 kVec2f_GrSLType, "uInset"); in emitCode()
DSkMatrixConvolutionImageFilter.cpp396 kVec2f_GrSLType, "ImageIncrement"); in emitCode()
400 kVec2f_GrSLType, "Target"); in emitCode()
DSkBicubicImageFilter.cpp228 kVec2f_GrSLType, "ImageIncrement"); in emitCode()
DSkDisplacementMapEffect.cpp402 kVec2f_GrSLType, "Scale"); in emitCode()
DSkMorphologyImageFilter.cpp325 kVec2f_GrSLType, "ImageIncrement"); in emitCode()
DSkLightingImageFilter.cpp1119 kVec2f_GrSLType, in emitCode()
/external/skia/src/effects/gradients/
DSkTwoPointRadialGradient.cpp557 if (kVec2f_GrSLType == coordsVaryingType) { in emitCode()
571 if (kVec2f_GrSLType == coordsVaryingType) { in emitCode()
602 if (kVec2f_GrSLType == coordsVaryingType) { in emitCode()
DSkTwoPointConicalGradient.cpp497 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/
DGrConvolutionEffect.cpp65 kVec2f_GrSLType, "ImageIncrement"); in emitCode()