Searched refs:clearColor (Results 26 - 50 of 254) sorted by relevance

1234567891011

/external/deqp/modules/gles3/
H A Dtes3TestPackage.cpp86 gl.clearColor(0.125f, 0.25f, 0.5f, 1.f);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.hpp58 void clearColor(float red, float green, float blue, float alpha, unsigned int rgbaMask);
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBaseClass.cpp187 const vk::VkClearColorValue clearColor = { { 0.0f, 0.0f, 0.0f, 1.0f } }; local
196 vk::VK_IMAGE_LAYOUT_GENERAL, &clearColor, 1, &subresourceRange);
H A DvktDrawNegativeViewportHeightTests.cpp265 const VkClearColorValue clearColor = makeClearValueColorF32(0.0f, 0.0f, 0.0f, 1.0f).color; local
269 vk.cmdClearColorImage(*cmdBuffer, m_colorTargetImage->object(), VK_IMAGE_LAYOUT_GENERAL, &clearColor, 1, &subresourceRange);
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateCBTests.cpp92 const vk::VkClearColorValue clearColor = { { 1.0f, 1.0f, 1.0f, 1.0f } }; local
93 beginRenderPassWithClearColor(clearColor);
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryBasicClass.cpp151 const tcu::Vec4 clearColor(0.0f, 0.0f, 0.0f, 1.0f);
152 beginRenderPass(vk, *cmdBuffer, *renderPass, *framebuffer, renderArea, clearColor);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantUtil.cpp335 const tcu::Vec4& clearColor)
337 const VkClearValue clearValue = makeClearValueColor(clearColor);
330 beginRenderPass(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRenderPass renderPass, const VkFramebuffer framebuffer, const VkRect2D& renderArea, const tcu::Vec4& clearColor) argument
H A DvktPipelineSpecConstantUtil.hpp74 void beginRenderPass (const vk::DeviceInterface& vk, const vk::VkCommandBuffer commandBuffer, const vk::VkRenderPass renderPass, const vk::VkFramebuffer framebuffer, const vk::VkRect2D& renderArea, const tcu::Vec4& clearColor);
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiGetMemoryCommitment.cpp459 const deUint32 clearColor[4] = { 1u, 1u, 1u, 1u }; local
464 makeClearValueColorU32(clearColor[0],
465 clearColor[1],
466 clearColor[2],
467 clearColor[3]) // VkClearValue clearValue;
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cClipControlTests.cpp419 gl.clearColor(0.0, 0.0, 0.0, 0.0);
471 gl.clearColor(1.0, 0.0, 0.0, 1.0);
603 gl.clearColor(0.0, 0.0, 0.0, 0.0);
625 gl.clearColor(1.0, 0.0, 0.0, 1.0);
793 gl.clearColor(0.0, 0.0, 0.0, 0.0);
814 gl.clearColor(1.0, 0.0, 0.0, 1.0);
974 gl.clearColor(0.0, 0.0, 0.0, 0.0);
1039 gl.clearColor(1.0, 0.0, 0.0, 1.0);
1167 gl.clearColor(0.0, 0.0, 0.0, 0.0);
1190 gl.clearColor(0.
[all...]
H A Dgl4cShaderBallotTests.cpp510 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
586 gl.clearColor(1.0f, 0.0f, 0.0f, 1.0f);
662 gl.clearColor(1.0f, 0.0f, 0.0f, 1.0f);
733 gl.clearColor(1.0f, 0.0f, 0.0f, 1.0f);
/external/deqp/modules/gles3/functional/
H A Des3fFboRenderTest.cpp422 tcu::Vec4 clearColor = tcu::Vec4(0.125f, 0.25f, 0.5f, 1.0f); local
449 context.clearColor(clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w());
473 context.clearColor(clearColor.x(), clearColor.y(), clearColor
[all...]
H A Des3fShaderBuiltinVarTests.cpp542 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
981 const tcu::Vec4 clearColor (0.0f, 0.0f, 0.0f, 1.0f);
992 gl.clearColor (clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w());
995 tcu::clear(refImg.getAccess(), clearColor);
1061 tcu::clear(refImg.getAccess(), clearColor);
H A Des3fPixelBufferObjectTests.cpp88 void clearColor (float r, float g, float b, float a);
332 void ReadPixelsTest::clearColor (float r, float g, float b, float a) function in class:deqp::gles3::Functional::__anon5099::ReadPixelsTest
415 clearColor(m_colorScale * 0.4f, m_colorScale * 1.0f, m_colorScale * 0.5f, m_colorScale * 1.0f);
441 clearColor(clearRed, clearGreen, clearBlue, clearAlpha);
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorTests.cpp466 void applyScissor (tcu::PixelBufferAccess imageAccess, const Vec4& floatScissorArea, const Vec4& clearColor) argument
479 imageAccess.setPixel(clearColor, x, y);
533 ScissorRenderer (Context& context, const CaseDef caseDef, const IVec2& renderSize, const VkFormat colorFormat, const Vec4& primitiveColor, const Vec4& clearColor) argument
538 , m_clearColor (clearColor)
708 const Vec4 clearColor (0.5f, 0.5f, 1.0f, 1.0f);
722 const ScissorRenderer renderer (context, caseDef, renderSize, colorFormat, primitiveColor, clearColor);
737 applyScissor (referenceImage, caseDef.scissorArea, clearColor);
/external/deqp/external/openglcts/modules/common/
H A DglcTestCaseWrapper.cpp172 gl.clearColor(0.f, 0.f, 0.f, 1.f);
/external/deqp/external/openglcts/modules/gles3/
H A Des3cTestPackage.cpp93 gl.clearColor(0.0f, 0.0f, 0.0f, 1.f);
/external/deqp/external/openglcts/modules/gles32/
H A Des32cTestPackage.cpp99 gl.clearColor(0.0f, 0.0f, 0.0f, 1.f);
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderClipping.cpp208 gl.clearColor(1.0f, 0.0f, 0.0f, 0.0f);
/external/mesa3d/src/amd/addrlib/core/
H A Daddrelemlib.h217 ADDR_FLT_32 comps[4], BOOL_32 clearColor, BOOL_32 float32);
/external/deqp/modules/glshared/
H A DglsFragOpInteractionCase.cpp580 const tcu::Vec4 clearColor = getWellBehavingColor(accurateClearColor, m_renderCtx.getRenderTarget().getPixelFormat());
593 ctx.clearColor (clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w());
H A DglsTextureBufferCase.cpp869 const tcu::Vec4 clearColor (0.25f, 0.5f, 0.75f, 1.0f);
903 gl.clearColor(clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w());
907 tcu::clear(referenceTarget.getAccess(), clearColor);
/external/deqp/modules/egl/
H A DteglWideColorTests.cpp138 void clearColorScreen (const glw::Functions& gl, const Color& clearColor) argument
140 gl.clearColor(clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w());
1124 const Color clearColor(reference, reference + it->increment, reference - it->increment, reference + 2 * it->increment);
1126 clearColorScreen(m_gl, clearColor);
1136 const ColoredRect coloredRect (IVec2(0.0f, 0.0f), IVec2(1.0f, 1.0f), clearColor);
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryPointSizeTests.cpp376 const tcu::Vec4 clearColor(0.0f, 0.0f, 0.0f, 1.0f);
378 beginRenderPass(vk, *cmdBuffer, *renderPass, *framebuffer, renderArea, clearColor);
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl22 gl->clearColor = &glClearColor;

Completed in 933 milliseconds

1234567891011