Home
last modified time | relevance | path

Searched refs:baseColor (Results 1 – 14 of 14) sorted by relevance

/external/deqp/modules/glshared/
DglsScissorTests.cpp655 const Color baseColor = getBaseColor(bufferFmt); in iterate() local
701 clearBuffers(gl, baseColor, 1.0f, 0); in iterate()
720 clearBuffers(gl, baseColor, 1.0f, 0); in iterate()
734 switch (baseColor.type) in iterate()
737 …clearEdges(refAccess, Vec4(baseColor.f[0], baseColor.f[1], baseColor.f[2], baseColor.f[3]), scisso… in iterate()
742 …clearEdges(refAccess, IVec4(baseColor.i[0], baseColor.i[1], baseColor.i[2], baseColor.i[3]), sciss… in iterate()
747 …clearEdges(refAccess, UVec4(baseColor.u[0], baseColor.u[1], baseColor.u[2], baseColor.u[3]), sciss… in iterate()
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.GeometryShaderPassthrough.geom12 vec4 baseColor;
/external/deqp-deps/glslang/Test/
Dspv.GeometryShaderPassthrough.geom12 vec4 baseColor;
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.GeometryShaderPassthrough.geom.out24 MemberName 12(Inputs) 1 "baseColor"
/external/deqp-deps/glslang/Test/baseResults/
Dspv.GeometryShaderPassthrough.geom.out24 MemberName 12(Inputs) 1 "baseColor"
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c345 float baseColor[3]; in createSuperShape() local
354 baseColor[a] = ((randomUInt() % 155) + 100) / 255.f; in createSuperShape()
437 color[a] = (int)(ca * baseColor[a] * 255); in createSuperShape()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp779 const tcu::Vec4 baseColor (s_colors[layerNdx % DE_LENGTH_OF_ARRAY(s_colors)]); in verifyLayerContent() local
780 …ec4 barColors[barsCount] = { scaleColor(baseColor, 1.00f), scaleColor(baseColor, 0.50f), scaleCo… in verifyLayerContent()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp2612 tcu::UVec4 baseColor; member
2832 { offsetof(OverwritePushConstants, baseColor), sizeof(OverwritePushConstants::baseColor) }, in iterate()
2900 …const tcu::UVec4 expectedValue = pc.baseColor * pc.multiplier + tcu::UVec4(pc.colorOffsets[0], pc.… in iterate()
/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp194 const tcu::RGBA baseColor = result.getPixel(destinationArea.x(), destinationArea.y()); in compare() local
195 const bool signConfig = tcu::compareThreshold(baseColor, cellColorA, threshold); in compare()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp3063 const tcu::Vec4 baseColor = getQuarterRefColor(0u, 0u, 0u, false); in readImage() local
3067 baseColor, in readImage()
3284 const tcu::Vec4 baseColor = getQuarterRefColor(0u, 0u, 0u, false); in beforeDraw() local
3285 const float clearDepth = baseColor[0]; in beforeDraw()
/external/libxkbcommon/test/data/keymaps/
Dquartz.xkb804 baseColor= "white";
Dcomprehensive-plus-geom.xkb1475 baseColor= "white";
Dsyntax-error.xkb1476 baseColor= "white";
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp1555 rr::GenericVec4 baseColor; in shadePrimitives() local
1558baseColor = tcu::Vec4(1.0, 0.0, 0.0, 1.0) * packets[packetNdx].vertices[0]->outputs[0].get<float>(… in shadePrimitives()
1561 output.EmitVertex(position1, 0.0f, &baseColor, packets[packetNdx].primitiveIDIn); in shadePrimitives()
1562 output.EmitVertex(position2, 0.0f, &baseColor, packets[packetNdx].primitiveIDIn); in shadePrimitives()