HomeSort by relevance Sort by last modified time
    Searched refs:clearColor (Results 1 - 25 of 265) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/deqp/external/vulkancts/framework/vulkan/
vkCmdUtil.cpp 88 const tcu::Vec4& clearColor,
91 const VkClearValue clearValue = makeClearValueColor(clearColor);
101 const tcu::UVec4& clearColor,
104 const VkClearValue clearValue = makeClearValueColorU32(clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w());
135 const tcu::Vec4& clearColor,
142 makeClearValueColor(clearColor), // attachment 0
vkCmdUtil.hpp 68 const tcu::Vec4& clearColor,
76 const tcu::UVec4& clearColor,
84 const tcu::Vec4& clearColor,
  /cts/tests/tests/view/src/android/view/cts/
PixelCopyGLProducerCtsActivity.java 71 clearColor(mTopLeftColor);
74 clearColor(mTopRightColor);
77 clearColor(mBottomLeftColor);
80 clearColor(mBottomRightColor);
87 private void clearColor(int color) {
  /external/deqp/modules/gles2/functional/
es2fDepthTests.cpp 123 tcu::Vec4 clearColor = tcu::Vec4(0.125f, 0.25f, 0.5f, 1.0f);
146 context.clearColor(clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w());
159 context.clearColor(clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w())
    [all...]
es2fFboRenderTest.cpp 560 Vec4 clearColor (0.125f, 0.25f, 0.5f, 1.0f);
587 context.clearColor(clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w());
611 context.clearColor(clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w())
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthTests.cpp 126 tcu::Vec4 clearColor = tcu::Vec4(0.125f, 0.25f, 0.5f, 1.0f);
149 context.clearColor(clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w());
162 context.clearColor(clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w())
    [all...]
  /external/deqp/modules/egl/
teglGLES2RenderUtil.cpp 39 gl.clearColor(color.x(), color.y(), color.z(), color.w());
teglPartialUpdateTests.cpp 184 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);
497 const tcu::Vec4 clearColor (clearRed, clearGreen, clearBlue, 1.0f);
556 clearColorScreen(m_gl, clearColor);
566 clearColorReference(&refBuffer, clearColor);
637 void clearColorScreen (const glw::Functions& gl, const tcu::Vec4& clearColor)
639 gl.clearColor(clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w())
    [all...]
teglBufferAgeTests.cpp 196 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);
497 const tcu::Vec4 clearColor (clearRed, clearGreen, clearBlue, 1.0f);
546 clearColorScreen(m_gl, clearColor);
576 clearColorReference(&refBuffer, clearColor);
589 clearColorScreen(m_gl, clearColor);
590 clearColorReference(&refBuffer, clearColor);
693 void clearColorScreen (const glw::Functions& gl, const tcu::Vec4& clearColor)
695 gl.clearColor(clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w())
    [all...]
teglSwapBuffersWithDamageTests.cpp 130 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)
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Device.hpp 49 void clearColor(float red, float green, float blue, float alpha, unsigned int rgbaMask);
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInstancedRenderingTests.cpp 145 const Vec4& clearColor,
188 beginRenderPass(vk, *cmdBuffer, *renderPass, *framebuffer, makeRect2D(renderExtent), clearColor);
245 void generateReferenceImage(tcu::PixelBufferAccess image, const Vec4& clearColor, const std::vector<Vec4>& perInstancePosition, const int numInvocations)
247 tcu::clear(image, clearColor);
368 const Vec4 clearColor = Vec4(0.0f, 0.0f, 0.0f, 1.0f);
383 draw(context, renderSize, colorFormat, clearColor, *colorBuffer, params.numDrawInstances, perInstancePosition);
391 generateReferenceImage(reference.getAccess(), clearColor, perInstancePosition, params.numInvocations);
  /external/skia/src/gpu/mtl/
GrMtlGpuCommandBuffer.mm 193 fRenderPassDesc.colorAttachments[0].clearColor = MTLClearColorMake(color.fR, color.fG, color.fB,
246 const SkPMColor4f& clearColor = fColorLoadAndStoreInfo.fClearColor;
247 renderPassDesc.colorAttachments[0].clearColor =
248 MTLClearColorMake(clearColor[0], clearColor[1], clearColor[2], clearColor[3]);
  /external/skqp/src/gpu/mtl/
GrMtlGpuCommandBuffer.mm 190 fRenderPassDesc.colorAttachments[0].clearColor = MTLClearColorMake(color.fR, color.fG, color.fB,
245 const SkPMColor4f& clearColor = fColorLoadAndStoreInfo.fClearColor;
246 renderPassDesc.colorAttachments[0].clearColor =
247 MTLClearColorMake(clearColor[0], clearColor[1], clearColor[2], clearColor[3]);
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateBaseClass.cpp 197 const vk::VkClearColorValue clearColor = { { 0.0f, 0.0f, 0.0f, 1.0f } };
198 beginRenderPassWithClearColor(clearColor);
201 void DynamicStateBaseClass::beginRenderPassWithClearColor(const vk::VkClearColorValue& clearColor, const bool skipBeginCmdBuffer)
213 vk::VK_IMAGE_LAYOUT_GENERAL, &clearColor, 1, &subresourceRange);
vktDynamicStateBaseClass.hpp 56 void beginRenderPassWithClearColor (const vk::VkClearColorValue& clearColor,
  /external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
vktConditionalClearAttachmentTests.cpp 89 const tcu::Vec4 clearColor = tcu::RGBA::black().toVec();
186 tcu::clear(referenceFrame.getLevel(0), clearColor);
189 drawColor : clearColor;
  /external/deqp/modules/glshared/
glsScissorTests.cpp 234 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);
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.i); break
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_clear.c 55 const GLfloat (*clearColor)[4] =
56 (const GLfloat (*)[4]) ctx->Color.ClearColor.f;
79 _mesa_pack_float_rgba_row(rb->Format, 1, clearColor, &pixel); \
107 _mesa_pack_float_rgba_row(rb->Format, 1, clearColor, pixel); \
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGetMemoryCommitment.cpp 256 const deUint32 clearColor[4] = { 1u, 1u, 1u, 1u };
261 makeClearValueColorU32(clearColor[0],
262 clearColor[1],
263 clearColor[2],
264 clearColor[3]) // VkClearValue clearValue;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp 197 tcu::Vec4 clearColor = defaultClearColor(m_colorFormat);
200 clearColor = tcu::linearToSRGB(clearColor);
202 tcu::clear(m_colorBuffer.getAccess(), clearColor);
203 tcu::clear(m_resolveColorBuffer.getAccess(), clearColor);
  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DI.js 31 function initWebGL(canvasName, vshader, fshader, attribs, clearColor, clearDepth)
56 function simpleSetup(gl, vshader, fshader, attribs, clearColor, clearDepth)
92 gl.clearColor(clearColor[0], clearColor[1], clearColor[2], clearColor[3]);
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorMultiViewportTests.cpp 222 const Vec4& clearColor,
229 tcu::clear(image.getAccess(), clearColor);
329 const Vec4& clearColor,
334 , m_clearColor (clearColor)
430 const Vec4 clearColor (0.5f, 0.5f, 0.5f, 1.0f);
448 const ScissorRenderer renderer (context, renderSize, numViewports, scissors, colorFormat, clearColor, vertexColors);
457 const tcu::TextureLevel referenceImage = generateReferenceImage(mapVkFormat(colorFormat), renderSize, clearColor, scissors, vertexColors);
vktFragmentOperationsScissorTests.cpp 282 void applyScissor (tcu::PixelBufferAccess imageAccess, const Vec4& floatScissorArea, const Vec4& clearColor)
295 imageAccess.setPixel(clearColor, x, y);
349 ScissorRenderer (Context& context, const CaseDef caseDef, const IVec2& renderSize, const VkFormat colorFormat, const Vec4& primitiveColor, const Vec4& clearColor)
354 , m_clearColor (clearColor)
454 const Vec4 clearColor (0.5f, 0.5f, 1.0f, 1.0f);
468 const ScissorRenderer renderer (context, caseDef, renderSize, colorFormat, primitiveColor, clearColor);
483 applyScissor (referenceImage, caseDef.scissorArea, clearColor);
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawShaderLayerTests.cpp 507 const Vec4& clearColor,
512 tcu::clear(image.getAccess(), clearColor);
769 const Vec4& clearColor,
775 , m_clearColor (clearColor)
    [all...]

Completed in 450 milliseconds

1 2 3 4 5 6 7 8 91011