Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DGLES1State.h162 void setCurrentNormal(const angle::Vector3 &normal);
DContext_gles_1_0.cpp409 mState.gles1().setCurrentNormal({nx, ny, nz}); in normal3f()
414 mState.gles1().setCurrentNormal( in normal3x()
DGLES1State.cpp209 void GLES1State::setCurrentNormal(const angle::Vector3 &normal) in setCurrentNormal() function in gl::GLES1State