Home
last modified time | relevance | path

Searched refs:glNormal3f (Results 1 – 19 of 19) sorted by relevance

/external/eigen/demos/opengl/
Dgpuhelper.cpp111glNormal3f(0,0,-1); glVertex3fv(vertices[0]); glVertex3fv(vertices[2]); glVertex3fv(vertices[3]); … in drawUnitCube()
112glNormal3f(0,0, 1); glVertex3fv(vertices[4]); glVertex3fv(vertices[5]); glVertex3fv(vertices[7]); … in drawUnitCube()
113glNormal3f(0,-1,0); glVertex3fv(vertices[0]); glVertex3fv(vertices[1]); glVertex3fv(vertices[5]); … in drawUnitCube()
114glNormal3f(0, 1,0); glVertex3fv(vertices[2]); glVertex3fv(vertices[6]); glVertex3fv(vertices[7]); … in drawUnitCube()
115glNormal3f(-1,0,0); glVertex3fv(vertices[0]); glVertex3fv(vertices[4]); glVertex3fv(vertices[6]); … in drawUnitCube()
116glNormal3f( 1,0,0); glVertex3fv(vertices[1]); glVertex3fv(vertices[3]); glVertex3fv(vertices[7]); … in drawUnitCube()
/external/mesa3d/src/mapi/es1api/
DABI-check132 glNormal3f
/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def198 glNormal3f = glNormal3f@12
Dosmesa.def201 glNormal3f
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.lds130 glNormal3f;
DlibGLES_CM.def129 glNormal3f @95
DlibGLES_CM.hpp160 void (*glNormal3f)(GLfloat nx, GLfloat ny, GLfloat nz); member in LibGLES_CMexports
Dmain.cpp1118 GL_API void GL_APIENTRY glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f() function
1535 this->glNormal3f = es1::Normal3f; in LibGLES_CMexports()
DlibGLES_CM.cpp4845 FUNCTION(glNormal3f), in es1GetProcAddress()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def191 glNormal3f = glNormal3f@12
Dopengl32.def191 glNormal3f
Dstw_context.c660 &glNormal3f,
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java495 public void glNormal3f(float nx, float ny, float nz) { in glNormal3f() method in GLErrorLogger.ErrorLoggingGL
496 ((GL10)mGL).glNormal3f(nx, ny, nz); in glNormal3f()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h618 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
/external/mesa3d/include/GLES/
Dgl.h438 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
/external/swiftshader/include/GLES/
Dgl.h429 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl158 "glNormal3f",
/external/mesa3d/include/GL/
Dgl.h967 GLAPI void GLAPIENTRY glNormal3f( GLfloat nx, GLfloat ny, GLfloat nz );
Dgl_mangle.h1532 #define glNormal3f MANGLE(Normal3f) macro