Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DGLES1State.h164 const angle::Vector3 &getCurrentNormal() const;
DGLES1State.cpp217 const angle::Vector3 &GLES1State::getCurrentNormal() const in getCurrentNormal() function in gl::GLES1State
DGLES1Renderer.cpp251 const angle::Vector3 normal = gles1State.getCurrentNormal(); in prepareForDraw()