/external/eigen/demos/opengl/ |
D | gpuhelper.cpp | 111 …glNormal3f(0,0,-1); glVertex3fv(vertices[0]); glVertex3fv(vertices[2]); glVertex3fv(vertices[3]); … in drawUnitCube() 112 …glNormal3f(0,0, 1); glVertex3fv(vertices[4]); glVertex3fv(vertices[5]); glVertex3fv(vertices[7]); … in drawUnitCube() 113 …glNormal3f(0,-1,0); glVertex3fv(vertices[0]); glVertex3fv(vertices[1]); glVertex3fv(vertices[5]); … in drawUnitCube() 114 …glNormal3f(0, 1,0); glVertex3fv(vertices[2]); glVertex3fv(vertices[6]); glVertex3fv(vertices[7]); … in drawUnitCube() 115 …glNormal3f(-1,0,0); glVertex3fv(vertices[0]); glVertex3fv(vertices[4]); glVertex3fv(vertices[6]); … in drawUnitCube() 116 …glNormal3f( 1,0,0); glVertex3fv(vertices[1]); glVertex3fv(vertices[3]); glVertex3fv(vertices[7]); … in drawUnitCube()
|
/external/angle/src/tests/gl_tests/gles1/ |
D | CurrentNormalTest.cpp | 48 glNormal3f(0.1f, 0.2f, 0.3f); in TEST_P()
|
/external/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.def | 28 glNormal3f @26
|
D | libGLESv1_CM.cpp | 143 void GL_APIENTRY glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f() function
|
/external/mesa3d/src/mapi/es1api/ |
D | gles1-symbols.txt | 102 glNormal3f
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 129 glNormal3f @95
|
D | libGLES_CM.lds | 130 glNormal3f;
|
D | libGLES_CM.hpp | 160 void (GL_APIENTRY *glNormal3f)(GLfloat nx, GLfloat ny, GLfloat nz);
|
D | main.cpp | 1118 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/ |
D | osmesa.mingw.def | 198 glNormal3f = glNormal3f@12
|
D | osmesa.def | 201 glNormal3f
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | opengl32.mingw.def | 191 glNormal3f = glNormal3f@12
|
D | opengl32.def | 191 glNormal3f
|
D | stw_context.c | 661 &glNormal3f,
|
D | gldrv.h | 90 void (APIENTRY *glNormal3f )( GLfloat nx, GLfloat ny, GLfloat nz );
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 495 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/ |
D | libGL_autogen.def | 172 glNormal3f
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/ |
D | gl.h | 618 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
|
/external/angle/src/libGLESv2/ |
D | libGLESv2_no_capture_autogen.def | 430 glNormal3f
|
D | libGLESv2_with_capture_autogen.def | 430 glNormal3f
|
D | libGLESv2_autogen.def | 430 glNormal3f
|
/external/swiftshader/include/GLES/ |
D | gl.h | 429 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
|
/external/mesa3d/include/GLES/ |
D | gl.h | 429 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 158 "glNormal3f",
|
/external/angle/include/GLES/ |
D | gl.h | 578 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
|