Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreUtil.hpp58 inline bool colorScaleAndBiasAreValid (const vk::VkFormat format, const float colorScale, const flo… in colorScaleAndBiasAreValid()
/external/deqp/framework/opengl/
DgluTextureTestUtil.hpp106 tcu::Vec4 colorScale; //!< Scale for texture color values. member
DgluTextureTestUtil.cpp925 …const tcu::ConstPixelBufferAccess& src, const float* texCoord, const tcu::Vec4& colorScale, const … in fetchTexture()
/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp291 void ASTCRenderer2D::initialize (int minRenderWidth, int minRenderHeight, const Vec4& colorScale, c… in initialize()
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp1148 …itive primitive, int firstVertex, int vertexCount, bool useVao, float coordScale, float colorScale) in render()
2037 float colorScale = 1.0f; in iterate() local
DglsDrawTest.cpp1842 …nstanceCount, int indirectOffset, int baseVertex, float coordScale, float colorScale, AttributeArr… in render()
3193 float colorScale = getColorScale(spec); in iterate() local
3813 float colorScale = 1.0f; in getColorScale() local
/external/skqp/src/utils/
DSkShadowUtils.cpp504 SkScalar colorScale = colorAlpha*(SK_Scalar1 - greyscaleAlpha); in ComputeTonalColors() local
/external/skia/src/utils/
DSkShadowUtils.cpp531 SkScalar colorScale = colorAlpha*(SK_Scalar1 - greyscaleAlpha); in ComputeTonalColors() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp75 tcu::Vec4 colorScale; //!< Scale for texture color values. member
/external/skqp/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
/external/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp160 SkScalar colorScale = fKD * normal.dot(surfaceTolight); in light() local
185 SkScalar colorScale = fKS * SkScalarPow(normal.dot(halfDir), fShininess); in light() local