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

1 2 34 5 6 7 8

  /external/deqp/modules/gles3/functional/
es3fReadPixelsTests.cpp 89 void clearColor (tcu::Texture2D& reference, vector<deUint8>& pixelData, int pixelSize);
221 void ReadPixelsTest::clearColor (tcu::Texture2D& reference, vector<deUint8>& pixelData, int pixelSize)
269 m_testCtx.getLog() << tcu::TestLog::Message << "ClearColor: (" << red << ", " << green << ", " << blue << ")" << tcu::TestLog::EndMessage;
285 m_testCtx.getLog() << tcu::TestLog::Message << "ClearColor: (" << red << ", " << green << ", " << blue << ")" << tcu::TestLog::EndMessage;
299 m_testCtx.getLog() << tcu::TestLog::Message << "ClearColor: (" << red << ", " << green << ", " << blue << ")" << tcu::TestLog::EndMessage;
353 clearColor(reference, pixelData, pixelSize);
  /external/deqp/modules/gles31/functional/
es31fMultisampleShaderRenderCase.cpp 482 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
571 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
628 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
es31fTessellationGeometryInteractionTests.cpp 245 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
548 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
    [all...]
es31fShaderTextureSizeTests.cpp 422 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
api.cpp     [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 291 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
671 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
878 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.hpp 182 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);
vktGeometryLayeredRenderingTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleImageTests.cpp 594 const VkClearColorValue clearColor = getClearValue(format).color;
596 return getColorStr(clearColor.uint32, numComponents, isUint, isSint);
598 return getColorStr(clearColor.int32, numComponents, isUint, isSint);
600 return getColorStr(clearColor.float32, numComponents, isUint, isSint);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.hpp 243 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);
vktSynchronizationOperation.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 99 virtual void clearColor (float red, float green, float blue, float alpha) = DE_NULL;
sglrContextWrapper.cpp 251 m_curCtx->clearColor(red, green, blue, alpha);
sglrGLContext.hpp 111 virtual void clearColor (float red, float green, float blue, float alpha);
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 400 GLU_CHECK_GLW_CALL(m_gl, clearColor(1.0f, 0.0f, 0.0f, 1.0f));
569 GLU_CHECK_GLW_CALL(m_gl, clearColor(1.0f, 0.0f, 0.0f, 1.0f));
714 GLU_CHECK_GLW_CALL(m_gl, clearColor(1.0f, 0.0f, 0.0f, 1.0f));
1003 GLU_CHECK_GLW_CALL(m_gl, clearColor(1.0f, 0.0f, 0.0f, 1.0f));
    [all...]
teglImageFormatTests.cpp 388 gl.clearColor(0.0, 0.0, 0.0, 0.0);
510 GLU_CHECK_GLW_CALL(gl, clearColor(0.5f, 1.0f, 0.5f, 1.0f));
631 GLU_CHECK_GLW_CALL(gl, clearColor(0.5f, 1.0f, 0.5f, 1.0f));
826 GLU_CHECK_GLW_CALL(gl, clearColor(m_color.x(), m_color.y(), m_color.z(), m_color.w()));
    [all...]
  /external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp 342 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawInstancedTests.cpp 442 const vk::VkClearColorValue clearColor = { { 0.0f, 0.0f, 0.0f, 1.0f } };
468 vk::VK_IMAGE_LAYOUT_GENERAL, &clearColor, 1, &subresourceRange);
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.cpp 292 const tcu::Vec4& clearColor)
294 const VkClearValue clearValue = makeClearValueColor(clearColor);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES20.inl 22 gl->clearColor = (glClearColorFunc) loader->get("glClearColor");
glwInitES30Direct.inl 34 gl->clearColor = &glClearColor;
glwInitES31Direct.inl 38 gl->clearColor = &glClearColor;
  /external/mesa3d/src/amd/addrlib/core/
addrelemlib.cpp     [all...]
  /external/skia/src/effects/
SkMorphologyImageFilter.cpp 503 GrColor clearColor = GrMorphologyEffect::kErode_MorphologyType == morphType
506 dstRTContext->clear(&clearRect, clearColor, false);
  /external/autotest/client/deps/webgl_mpd/src/debug/
webgl-debug.js 387 ctx.clearColor(0, 0, 0, 0);

Completed in 1915 milliseconds

1 2 34 5 6 7 8