HomeSort by relevance Sort by last modified time
    Searched refs:CLEAR_COLOR (Results 1 - 5 of 5) sorted by null

  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 69 static const tcu::Vec4 CLEAR_COLOR (0.25f, 0.5f, 0.75f, 1.0f);
308 const Vec4 clearColor = CLEAR_COLOR;
  /external/deqp/modules/gles3/functional/
es3fRandomFragmentOpTests.cpp 69 static const tcu::Vec4 CLEAR_COLOR (0.25f, 0.5f, 0.75f, 1.0f);
308 const Vec4 clearColor = CLEAR_COLOR;
  /external/deqp/modules/egl/
teglRenderTests.cpp 75 static const tcu::Vec4 CLEAR_COLOR = tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f);
407 rr::clearMultisampleColorBuffer(colorBuffer, CLEAR_COLOR, rr::WindowRectangle(0, 0, width, height));
751 clear(m_gl, api, CLEAR_COLOR, CLEAR_DEPTH, CLEAR_STENCIL);
982 clear(m_gl, api, CLEAR_COLOR, CLEAR_DEPTH, CLEAR_STENCIL);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_surface.c 292 BEGIN_NV04(push, NV50_3D(CLEAR_COLOR(0)), 4);
547 BEGIN_NV04(push, NV50_3D(CLEAR_COLOR(0)), 4);
749 BEGIN_NV04(push, NV50_3D(CLEAR_COLOR(0)), 4);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_surface.c 299 BEGIN_NVC0(push, NVC0_3D(CLEAR_COLOR(0)), 4);
572 BEGIN_NVC0(push, NVC0_3D(CLEAR_COLOR(0)), 4);
706 BEGIN_NVC0(push, NVC0_3D(CLEAR_COLOR(0)), 4);
    [all...]

Completed in 517 milliseconds