Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DGLES1State.h185 const angle::Vector3 &getCurrentNormal() const;
DGLES1State.cpp235 const angle::Vector3 &GLES1State::getCurrentNormal() const in getCurrentNormal() function in gl::GLES1State
DGLES1Renderer.cpp340 const angle::Vector3 normal = gles1State->getCurrentNormal(); in prepareForDraw()