Home
last modified time | relevance | path

Searched refs:normal3f (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
DContext_gles_1_0_autogen.h71 void normal3f(GLfloat nx, GLfloat ny, GLfloat nz); \
DContext_gles_1_0.cpp409 void Context::normal3f(GLfloat nx, GLfloat ny, GLfloat nz) in normal3f() function in gl::Context
/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp1288 context->normal3f(nx, ny, nz); in GL_Normal3f()
/external/angle/src/libANGLE/capture/
Dframe_capture_replay_autogen.cpp1991 context->normal3f(params.getParam("nx", ParamType::TGLfloat, 0).value.GLfloatVal, in ReplayCall()
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp3767 context->normal3f(nx, ny, nz); in GL_Normal3f()