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

  /external/deqp/modules/gles2/functional/
es2fScissorTests.cpp 94 addChild(createClearTest(tc, rc, "clear_depth", "Depth buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f), GL_DEPTH_BUFFER_BIT));
95 addChild(createClearTest(tc, rc, "clear_stencil", "Stencil buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f), GL_STENCIL_BUFFER_BIT));
96 addChild(createClearTest(tc, rc, "clear_color", "Color buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f), GL_COLOR_BUFFER_BIT));
  /external/deqp/modules/gles3/functional/
es3fScissorTests.cpp 104 addChild(createClearTest(tc, rc, "clear_depth", "Depth buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f), GL_DEPTH_BUFFER_BIT));
105 addChild(createClearTest(tc, rc, "clear_stencil", "Stencil buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f), GL_STENCIL_BUFFER_BIT));
106 addChild(createClearTest(tc, rc, "clear_color", "Color buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f), GL_COLOR_BUFFER_BIT));
  /external/deqp/modules/glshared/
glsScissorTests.hpp 84 tcu::TestNode* createClearTest (tcu::TestContext& testCtx,
glsScissorTests.cpp 849 tcu::TestNode* createClearTest (tcu::TestContext& testCtx,

Completed in 484 milliseconds