Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DGLES1State.h161 const ColorF &getCurrentColor() const;
DGLES1State.cpp206 const ColorF &GLES1State::getCurrentColor() const in getCurrentColor() function in gl::GLES1State
DGLES1Renderer.cpp257 const ColorF color = gles1State.getCurrentColor(); in prepareForDraw()
Dqueryutils.cpp2455 const ColorF &currentColor = state->getCurrentColor(); in GetMaterialParameters()