Home
last modified time | relevance | path

Searched defs:SetClearColor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/tests/
DGLSnapshotFramebufferControl_unittest.cpp82 TEST_F(SnapshotGlColorClearValueTest, SetClearColor) { in TEST_F() argument
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/
Dgraphics_pipeline.cc786 Result GraphicsPipeline::SetClearColor(float r, float g, float b, float a) { in SetClearColor() function in amber::vulkan::GraphicsPipeline
/aosp_15_r20/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp595 void ShaderProgram::SetClearColor(float red, float green, float blue, float alpha) { in SetClearColor() function in android::filterfw::ShaderProgram