Home
last modified time | relevance | path

Searched defs:coords2D (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp80 SkString coords2D; in ensureCoords2D() local
/third_party/flutter/skia/src/gpu/effects/
DGrBicubicEffect.cpp49 SkString coords2D = fragBuilder->ensureCoords2D(args.fTransformedCoords[0]); in emitCode() local
DGrGaussianConvolutionFragmentProcessor.cpp59 SkString coords2D = fragBuilder->ensureCoords2D(args.fTransformedCoords[0]); in emitCode() local
DGrMatrixConvolutionEffect.cpp66 SkString coords2D = fragBuilder->ensureCoords2D(args.fTransformedCoords[0]); in emitCode() local
DGrTextureDomain.cpp318 SkString coords2D = fragBuilder->ensureCoords2D(args.fTransformedCoords[0]); in onCreateGLSLInstance() local
/third_party/flutter/skia/src/effects/imagefilters/
DSkDisplacementMapEffect.cpp597 SkString coords2D = fragBuilder->ensureCoords2D(args.fTransformedCoords[1]); in emitCode() local
DSkMorphologyImageFilter.cpp289 SkString coords2D = fragBuilder->ensureCoords2D(args.fTransformedCoords[0]); in emitCode() local
DSkLightingImageFilter.cpp1756 SkString coords2D = fragBuilder->ensureCoords2D(args.fTransformedCoords[0]); in emitCode() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureUnitTests.cpp655 const tcu::Vec2 coords2D[4] = in shadeFragments() local