Home
last modified time | relevance | path

Searched refs:getCurrentNormal (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DGLES1State.h164 const angle::Vector3 &getCurrentNormal() const;
DGLES1State.cpp217 const angle::Vector3 &GLES1State::getCurrentNormal() const in getCurrentNormal() function in gl::GLES1State
DGLES1Renderer.cpp161 const angle::Vector3 normal = gles1State.getCurrentNormal(); in prepareForDraw()