Home
last modified time | relevance | path

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

12

/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/angle/src/tests/gl_tests/gles1/
DCurrentNormalTest.cpp48 glNormal3f(0.1f, 0.2f, 0.3f); in TEST_P()
/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.def28 glNormal3f @26
DlibGLESv1_CM.cpp143 void GL_APIENTRY glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f() function
/external/mesa3d/src/mapi/es1api/
Dgles1-symbols.txt102 glNormal3f
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def129 glNormal3f @95
DlibGLES_CM.lds130 glNormal3f;
DlibGLES_CM.hpp160 void (GL_APIENTRY *glNormal3f)(GLfloat nx, GLfloat ny, GLfloat nz);
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()
/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def198 glNormal3f = glNormal3f@12
Dosmesa.def201 glNormal3f
/external/mesa3d/src/gallium/frontends/wgl/
Dopengl32.mingw.def191 glNormal3f = glNormal3f@12
Dopengl32.def191 glNormal3f
Dstw_context.c661 &glNormal3f,
Dgldrv.h90 void (APIENTRY *glNormal3f )( GLfloat nx, GLfloat ny, GLfloat nz );
/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/angle/src/libGL/
DlibGL_autogen.def172 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/angle/src/libGLESv2/
DlibGLESv2_no_capture_autogen.def430 glNormal3f
DlibGLESv2_with_capture_autogen.def430 glNormal3f
DlibGLESv2_autogen.def430 glNormal3f
/external/swiftshader/include/GLES/
Dgl.h429 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
/external/mesa3d/include/GLES/
Dgl.h429 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl158 "glNormal3f",
/external/angle/include/GLES/
Dgl.h578 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);

12