Home
last modified time | relevance | path

Searched refs:getCurrentColor (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DGLES1State.h160 const ColorF &getCurrentColor() const;
DGLES1State.cpp204 const ColorF &GLES1State::getCurrentColor() const in getCurrentColor() function in gl::GLES1State
DGLES1Renderer.cpp167 const ColorF color = gles1State.getCurrentColor(); in prepareForDraw()
Dqueryutils.cpp2348 const ColorF &currentColor = state->getCurrentColor(); in GetMaterialParameters()