HomeSort by relevance Sort by last modified time
    Searched refs:clearColor (Results 26 - 50 of 189) sorted by null

12 3 4 5 6 7 8

  /external/swiftshader/src/OpenGL/libGLESv2/
Device.hpp 58 void clearColor(float red, float green, float blue, float alpha, unsigned int rgbaMask);
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawBaseClass.cpp 187 const vk::VkClearColorValue clearColor = { { 0.0f, 0.0f, 0.0f, 1.0f } };
196 vk::VK_IMAGE_LAYOUT_GENERAL, &clearColor, 1, &subresourceRange);
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCBTests.cpp 92 const vk::VkClearColorValue clearColor = { { 1.0f, 1.0f, 1.0f, 1.0f } };
93 beginRenderPassWithClearColor(clearColor);
vktDynamicStateRSTests.cpp 270 const vk::VkClearColorValue clearColor = { { 0.0f, 0.0f, 0.0f, 1.0f } };
271 beginRenderPassWithClearColor(clearColor);
274 void beginRenderPassWithClearColor (const vk::VkClearColorValue &clearColor)
284 vk::VK_IMAGE_LAYOUT_GENERAL, &clearColor, 1, &subresourceRangeImage);
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryBasicClass.cpp 151 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/
vktPipelineSpecConstantUtil.cpp 335 const tcu::Vec4& clearColor)
337 const VkClearValue clearValue = makeClearValueColor(clearColor);
vktPipelineSpecConstantUtil.hpp 74 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/modules/gles3/functional/
es3fFboRenderTest.cpp 422 tcu::Vec4 clearColor = tcu::Vec4(0.125f, 0.25f, 0.5f, 1.0f);
449 context.clearColor(clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w());
473 context.clearColor(clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w())
    [all...]
es3fShaderBuiltinVarTests.cpp 542 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);
    [all...]
es3fPixelBufferObjectTests.cpp 88 void clearColor (float r, float g, float b, float a);
332 void ReadPixelsTest::clearColor (float r, float g, float b, float a)
415 clearColor(m_colorScale * 0.4f, m_colorScale * 1.0f, m_colorScale * 0.5f, m_colorScale * 1.0f);
441 clearColor(clearRed, clearGreen, clearBlue, clearAlpha);
es3fPolygonOffsetTests.cpp 381 gl.clearColor (0, 0, 0, 1);
510 gl.clearColor (0, 0, 0, 1);
628 gl.clearColor (0, 0, 0, 1);
778 gl.clearColor (0, 0, 0, 1);
891 gl.clearColor (0, 0, 0, 1);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorTests.cpp 466 void applyScissor (tcu::PixelBufferAccess imageAccess, const Vec4& floatScissorArea, const Vec4& clearColor)
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)
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);
    [all...]
vktFragmentOperationsEarlyFragmentTests.cpp 86 const tcu::Vec4& clearColor,
92 makeClearValueColor(clearColor), // attachment 0
700 const tcu::Vec4 clearColor(0.0f, 0.0f, 0.0f, 1.0f);
722 beginRenderPass(vk, *cmdBuffer, *renderPass, *framebuffer, renderArea, clearColor, 0.5f, 0u);
    [all...]
  /external/deqp/modules/egl/
teglWideColorTests.cpp 135 void clearColorScreen (const glw::Functions& gl, const Color& clearColor)
137 gl.clearColor(clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w());
    [all...]
teglMemoryStressTests.cpp 226 m_gl.clearColor(red, green, blue, alpha);
290 m_gl.clearColor(red, green, blue, alpha);
teglMultiContextTests.cpp 187 gl.clearColor(0.25f, 0.75f, 0.50f, 1.00f);
  /external/mesa3d/src/amd/addrlib/core/
addrelemlib.h 217 ADDR_FLT_32 comps[4], BOOL_32 clearColor, BOOL_32 float32);
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 580 const tcu::Vec4 clearColor = getWellBehavingColor(accurateClearColor, m_renderCtx.getRenderTarget().getPixelFormat());
593 ctx.clearColor (clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w());
glsTextureBufferCase.cpp 869 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);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationGeometryPointSizeTests.cpp 376 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/
glwInitES20Direct.inl 22 gl->clearColor = &glClearColor;
  /external/deqp/modules/gles31/functional/
es31fTextureMultisampleTests.cpp 394 gl.clearColor (0, 0, 0, 1);
486 gl.clearColor (0, 0, 0, 1);
838 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
    [all...]
es31fMultisampleTests.cpp 446 gl.clearColor(0.0f, 0.0f, 0.0f, 0.0f);
593 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
749 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderFragDataTests.cpp 188 gl.clearColor (1.0f, 0.0f, 0.0f, 1.0f);
es2fPolygonOffsetTests.cpp 378 gl.clearColor (0, 0, 0, 1);
507 gl.clearColor (0, 0, 0, 1);
625 gl.clearColor (0, 0, 0, 1);
775 gl.clearColor (0, 0, 0, 1);
888 gl.clearColor (0, 0, 0, 1);
    [all...]

Completed in 718 milliseconds

12 3 4 5 6 7 8