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

1 2 3 4 5 6 7 8

  /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...]
es2fRandomFragmentOpTests.cpp 308 const Vec4 clearColor = CLEAR_COLOR;
327 m_callLogWrapper.glClearColor(clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w());
353 tcu::clear (m_refColorBuffer->getAccess(), clearColor);
  /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...]
es3fRandomFragmentOpTests.cpp 308 const Vec4 clearColor = CLEAR_COLOR;
327 m_callLogWrapper.glClearColor(clearColor.x(), clearColor.y(), clearColor.z(), clearColor.w());
353 tcu::clear (m_refColorBuffer->getAccess(), clearColor);
  /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...]
teglSwapBuffersTests.cpp 339 gl.clearColor(1.0f, 1.0f, 1.0f, 1.0f);
357 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
374 gl.clearColor(0.7f, 1.0f, 0.3f, 1.0f);
389 gl.clearColor(0.7f, 0.7f, 1.0f, 1.0f);
  /external/skia/tests/
VkClearTests.cpp 22 GrColor clearColor,
28 matchColor = clearColor;
31 matchColor = GrColorPackRGBA(GrColorUnpackB(clearColor),
32 GrColorUnpackG(clearColor),
33 GrColorUnpackR(clearColor),
34 GrColorUnpackA(clearColor));
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateBaseClass.cpp 189 const vk::VkClearColorValue clearColor = { { 0.0f, 0.0f, 0.0f, 1.0f } };
190 beginRenderPassWithClearColor(clearColor);
193 void DynamicStateBaseClass::beginRenderPassWithClearColor (const vk::VkClearColorValue& clearColor)
202 vk::VK_IMAGE_LAYOUT_GENERAL, &clearColor, 1, &subresourceRange);
vktDynamicStateBaseClass.hpp 54 void beginRenderPassWithClearColor (const vk::VkClearColorValue& clearColor);
  /external/swiftshader/src/OpenGL/libGL/
Device.hpp 57 void clearColor(float red, float green, float blue, float alpha, unsigned int rgbaMask);
  /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/api/
vktApiSmokeTests.cpp 339 const tcu::Vec4 clearColor (0.125f, 0.25f, 0.75f, 1.0f);
768 const VkClearValue clearValue = makeClearValueColorF32(clearColor[0],
769 clearColor[1],
770 clearColor[2],
771 clearColor[3]);
921 tcu::clear(refImage.getAccess(), clearColor);
    [all...]
  /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/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 448 const Vec4& clearColor,
455 tcu::clear(image.getAccess(), clearColor);
555 const Vec4& clearColor,
560 , m_clearColor (clearColor)
726 const Vec4 clearColor (0.5f, 0.5f, 0.5f, 1.0f);
744 const ScissorRenderer renderer (context, renderSize, numViewports, scissors, colorFormat, clearColor, vertexColors);
753 const tcu::TextureLevel referenceImage = generateReferenceImage(mapVkFormat(colorFormat), renderSize, clearColor, scissors, vertexColors);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInstancedRenderingTests.cpp 343 const Vec4& clearColor,
386 const VkClearValue clearValue = makeClearValueColor(clearColor);
513 void generateReferenceImage(tcu::PixelBufferAccess image, const Vec4& clearColor, const std::vector<Vec4>& perInstancePosition, const int numInvocations)
515 tcu::clear(image, clearColor);
636 const Vec4 clearColor = Vec4(0.0f, 0.0f, 0.0f, 1.0f);
651 draw(context, renderSize, colorFormat, clearColor, *colorBuffer, params.numDrawInstances, perInstancePosition);
659 generateReferenceImage(reference.getAccess(), clearColor, perInstancePosition, params.numInvocations);
  /external/deqp/modules/gles2/
tes2TestPackage.cpp 87 gl.clearColor(0.125f, 0.25f, 0.5f, 1.f);
  /external/deqp/modules/gles3/
tes3TestPackage.cpp 86 gl.clearColor(0.125f, 0.25f, 0.5f, 1.f);

Completed in 756 milliseconds

1 2 3 4 5 6 7 8