Searched defs:clearColor (Results 26 - 43 of 43) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp643 const tcu::Vec4& clearColor)
645 const VkClearValue clearValue = makeClearValueColor(clearColor);
638 beginRenderPass(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRenderPass renderPass, const VkFramebuffer framebuffer, const VkRect2D& renderArea, const tcu::Vec4& clearColor) argument
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp453 const tcu::Vec4 clearColor = tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f); local
454 beginRenderPass(vk, *cmdBuffer, renderPass, *framebuffer, renderArea, clearColor);
H A DvktSynchronizationUtil.cpp342 const tcu::Vec4& clearColor)
344 const VkClearValue clearValue = makeClearValueColor(clearColor);
337 beginRenderPass(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRenderPass renderPass, const VkFramebuffer framebuffer, const VkRect2D& renderArea, const tcu::Vec4& clearColor) argument
H A DvktSynchronizationOperation.cpp1023 const tcu::Vec4 clearColor = tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f); local
1025 beginRenderPass(vk, cmdBuffer, *m_renderPass, *m_framebuffer, renderArea, clearColor);
2338 const tcu::Vec4 clearColor = tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f); local
2340 beginRenderPass(vk, cmdBuffer, *m_renderPass, *m_framebuffer, renderArea, clearColor);
2790 const tcu::Vec4 clearColor = tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f); local
2792 beginRenderPass(vk, cmdBuffer, *m_renderPass, *m_framebuffer, renderArea, clearColor);
3257 const tcu::Vec4 clearColor = tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f); local
3259 beginRenderPass(vk, cmdBuffer, *m_renderPass, *m_framebuffer, renderArea, clearColor);
/external/deqp/modules/egl/
H A DteglBufferAgeTests.cpp196 void clearColorScreen (const glw::Functions& gl, const tcu::Vec4& clearColor);
197 void clearColorReference (tcu::Surface* ref, const tcu::Vec4& clearColor);
318 m_gl.clearColor(coloredRect.color.x()/255.0f, coloredRect.color.y()/255.0f, coloredRect.color.z()/255.0f, 1.0f);
493 const tcu::Vec4 clearColor (clearRed, clearGreen, clearBlue, 1.0f);
542 clearColorScreen(m_gl, clearColor);
572 clearColorReference(&refBuffer, clearColor);
585 clearColorScreen(m_gl, clearColor);
586 clearColorReference(&refBuffer, clearColor);
689 void clearColorScreen (const glw::Functions& gl, const tcu::Vec4& clearColor) argument
691 gl.clearColor(clearColo
695 clearColorReference(tcu::Surface* ref, const tcu::Vec4& clearColor) argument
[all...]
H A DteglPartialUpdateTests.cpp184 void clearColorScreen (const glw::Functions& gl, const tcu::Vec4& clearColor);
185 void clearColorReference (tcu::Surface* ref, const tcu::Vec4& clearColor);
307 m_gl.clearColor(coloredRect.color.x()/255.0f, coloredRect.color.y()/255.0f, coloredRect.color.z()/255.0f, 1.0f);
493 const tcu::Vec4 clearColor (clearRed, clearGreen, clearBlue, 1.0f);
552 clearColorScreen(m_gl, clearColor);
562 clearColorReference(&refBuffer, clearColor);
633 void clearColorScreen (const glw::Functions& gl, const tcu::Vec4& clearColor) argument
635 gl.clearColor(clearColor.x(), clearColor
639 clearColorReference(tcu::Surface* ref, const tcu::Vec4& clearColor) argument
[all...]
H A DteglSwapBuffersWithDamageTests.cpp130 void clearColorScreen (const glw::Functions& gl, const tcu::Vec4& clearColor);
249 m_gl.clearColor(coloredRect.color.x()/255.0f, coloredRect.color.y()/255.0f, coloredRect.color.z()/255.0f, 1.0f);
406 const tcu::Vec4 clearColor (clearRed, clearGreen, clearBlue, 1.0f);
419 clearColorScreen(m_gl, clearColor);
486 const tcu::Vec4 clearColor (clearRed, clearGreen, clearBlue, 1.0f);
495 clearColorScreen(m_gl, clearColor);
574 const tcu::Vec4 clearColor (clearRed, clearGreen, clearBlue, 1.0f);
583 clearColorScreen(m_gl, clearColor);
605 clearColorScreen(m_gl, clearColor);
749 void clearColorScreen (const glw::Functions& gl, const tcu::Vec4& clearColor) argument
[all...]
/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...]
/external/deqp/modules/glshared/
H A DglsScissorTests.cpp234 gl.clearColor(0.125f, 0.25f, 0.5f, 1.0f);
255 gl.clearColor(0.125f, 0.25f, 0.5f, 1.0f);
442 gl.clearColor(0.6f, 0.1f, 0.1f, 1.0);
459 gl.clearColor(0.1f, 0.6f, 0.1f, 1.0);
504 const tcu::Vec4 clearColor (1.0f, 0.5, 0.125f, 1.0f);
514 gl.clearBufferfv(GL_COLOR, 0, clearColor.getPtr());
797 const Color clearColor = getMainColor(bufferFmt); local
804 case CLEAR_COLOR_FIXED: gl.clearBufferfv (GL_COLOR, 0, clearColor.f); break;
805 case CLEAR_COLOR_FLOAT: gl.clearBufferfv (GL_COLOR, 0, clearColor.f); break;
806 case CLEAR_COLOR_INT: gl.clearBufferiv (GL_COLOR, 0, clearColor
[all...]
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp2341 const deUint32 clearColor[4] = { 2, 47, 131, 211 }; local
2347 makeClearValueColorU32(clearColor[0],
2348 clearColor[1],
2349 clearColor[2],
2350 clearColor[3]) // VkClearValue clearValue;
2381 if (colorData[i * 4 + colorComponent] != clearColor[colorComponent])
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktBasicDrawTests.cpp464 const vk::VkClearColorValue clearColor = { { 0.0f, 0.0f, 0.0f, 1.0f } }; local
473 vk::VK_IMAGE_LAYOUT_GENERAL, &clearColor, 1, &subresourceRange);
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp539 const Vec4& clearColor,
546 , m_clearColor (clearColor)
528 Renderer(const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const deUint32 queueFamilyIndex, const VkDescriptorSetLayout descriptorSetLayout, ProgramCollection<vk::ProgramBinary>& binaryCollection, const std::string& vertexName, const std::string& fragmentName, const VkBuffer colorBuffer, const IVec2& renderSize, const VkFormat colorFormat, const Vec4& clearColor, const VkPrimitiveTopology topology, SpecializationMap specMap = SpecializationMap()) argument
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.cpp310 const tcu::Vec4& clearColor)
312 const VkClearValue clearValue = makeClearValueColor(clearColor);
305 beginRenderPass(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRenderPass renderPass, const VkFramebuffer framebuffer, const VkRect2D& renderArea, const tcu::Vec4& clearColor) argument
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp443 void GLContext::clearColor (float red, float green, float blue, float alpha) function in class:sglr::GLContext
/external/skia/src/gpu/
H A DGrRenderTargetContext.cpp586 GrColor clearColor; local
587 if (paint.isConstantBlendedColor(&clearColor)) {
588 this->clear(nullptr, clearColor, true);
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp950 VkClearColorValue clearColor; local
959 clearColor.int32[ndx] = std::numeric_limits<deInt32>::min();
961 clearColor.uint32[ndx] = rng.getBool() ? 1u : 0u;
971 clearColor.uint32[ndx] = std::numeric_limits<deUint32>::max();
973 clearColor.uint32[ndx] = rng.getBool() ? 1u : 0u;
985 clearColor.float32[ndx] = clearNan;
987 clearColor.float32[ndx] = rng.getBool() ? 1.0f : 0.0f;
996 return clearColor;
2338 const VkClearColorValue clearColor = clearValues[attachmentNdx]->color; local
2340 vk.cmdClearColorImage(commandBuffer, attachmentResources[attachmentNdx]->getImage(), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &clearColor,
[all...]
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.h40 virtual GrGLvoid clearColor(GrGLclampf red, GrGLclampf green, GrGLclampf blue, GrGLclampf alpha) {} function in class:GrGLTestInterface
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 940 milliseconds

12