Home
last modified time | relevance | path

Searched defs:colorScale (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreUtil.hpp64 inline bool colorScaleAndBiasAreValid (const vk::VkFormat format, const float colorScale, const flo… in colorScaleAndBiasAreValid()
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.hpp106 tcu::Vec4 colorScale; //!< Scale for texture color values. member
DgluTextureTestUtil.cpp945 …const tcu::ConstPixelBufferAccess& src, const float* texCoord, const tcu::Vec4& colorScale, const … in fetchTexture()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp291 void ASTCRenderer2D::initialize (int minRenderWidth, int minRenderHeight, const Vec4& colorScale, c… in initialize()
/third_party/vk-gl-cts/modules/glshared/
DglsVertexArrayTests.cpp1085 …itive primitive, int firstVertex, int vertexCount, bool useVao, float coordScale, float colorScale) in render()
1955 float colorScale = 1.0f; in iterate() local
DglsDrawTest.cpp1830 …nstanceCount, int indirectOffset, int baseVertex, float coordScale, float colorScale, AttributeArr… in render()
3182 float colorScale = getColorScale(spec); in iterate() local
3802 float colorScale = 1.0f; in getColorScale() local
/third_party/flutter/skia/src/utils/
DSkShadowUtils.cpp531 SkScalar colorScale = colorAlpha*(SK_Scalar1 - greyscaleAlpha); in ComputeTonalColors() local
/third_party/skia/src/utils/
DSkShadowUtils.cpp567 SkScalar colorScale = colorAlpha*(SK_Scalar1 - greyscaleAlpha); in ComputeTonalColors() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp75 tcu::Vec4 colorScale; //!< Scale for texture color values. member
/third_party/flutter/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp158 SkScalar colorScale = fKD * normal.dot(surfaceTolight); in light() local
183 SkScalar colorScale = fKS * SkScalarPow(normal.dot(halfDir), fShininess); in light() local
/third_party/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp161 SkScalar colorScale = fKD * normal.dot(surfaceTolight); in light() local
185 SkScalar colorScale = fKS * SkScalarPow(normal.dot(halfDir), fShininess); in light() local