Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DGLES1State.h184 void setCurrentNormal(const angle::Vector3 &normal);
DGLES1State.cpp229 void GLES1State::setCurrentNormal(const angle::Vector3 &normal) in setCurrentNormal() function in gl::GLES1State
Dcontext_private_call_gles.cpp1245 privateState->getMutableGLES1State()->setCurrentNormal({nx, ny, nz}); in ContextPrivateNormal3f()