Home
last modified time | relevance | path

Searched refs:clearColor (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glsnapshot/
DGLSnapshot.cpp98 std::vector<float> clearColor = mGlobals[GL_COLOR_CLEAR_VALUE].floats; in restore() local
99 mGL->glClearColor(clearColor[0], clearColor[1], clearColor[2], clearColor[3]); in restore()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp477 vkhpp::ClearColorValue clearColor(std::array<float, 4>{1.0f, 0.0f, 1.0f, 1.0f}); in TEST_P()
479 .color = clearColor, in TEST_P()
616 vkhpp::ClearColorValue clearColor(std::array<float, 4>{1.0f, 0.0f, 1.0f, 1.0f}); in TEST_P()
618 .color = clearColor, in TEST_P()
793 vkhpp::ClearColorValue clearColor(std::array<float, 4>{0.0f, 0.0f, 0.0f, 1.0f}); in TEST_P()
795 .color = clearColor, in TEST_P()
1017 vkhpp::ClearColorValue clearColor(std::array<float, 4>{0.0f, 0.0f, 0.0f, 1.0f}); in TEST_P()
1019 .color = clearColor, in TEST_P()
1186 vkhpp::ClearColorValue clearColor(std::array<float, 4>{0.0f, 0.0f, 0.0f, 1.0f}); in TEST_P()
1188 .color = clearColor, in TEST_P()