Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DGLES1State.h161 const ColorF &getCurrentColor() const;
DGLES1State.cpp206 const ColorF &GLES1State::getCurrentColor() const in getCurrentColor() function in gl::GLES1State
DGLES1Renderer.cpp167 const ColorF color = gles1State.getCurrentColor(); in prepareForDraw()
Dqueryutils.cpp2441 const ColorF &currentColor = state->getCurrentColor(); in GetMaterialParameters()