Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DGLES1State.h163 void setCurrentNormal(const angle::Vector3 &normal);
DGLES1State.cpp211 void GLES1State::setCurrentNormal(const angle::Vector3 &normal) in setCurrentNormal() function in gl::GLES1State
DContext_gles_1_0.cpp411 mState.gles1().setCurrentNormal({nx, ny, nz}); in normal3f()
416 mState.gles1().setCurrentNormal( in normal3x()