Searched refs:glNormal3f (Results 1 – 19 of 19) sorted by relevance
/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/mesa3d/src/mapi/es1api/ |
D | ABI-check | 132 glNormal3f
|
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 198 glNormal3f = glNormal3f@12
|
D | osmesa.def | 201 glNormal3f
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.lds | 130 glNormal3f;
|
D | libGLES_CM.def | 129 glNormal3f @95
|
D | libGLES_CM.hpp | 160 void (*glNormal3f)(GLfloat nx, GLfloat ny, GLfloat nz); member in LibGLES_CMexports
|
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()
|
D | libGLES_CM.cpp | 4845 FUNCTION(glNormal3f), in es1GetProcAddress()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 191 glNormal3f = glNormal3f@12
|
D | opengl32.def | 191 glNormal3f
|
D | stw_context.c | 660 &glNormal3f,
|
/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/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/mesa3d/include/GLES/ |
D | gl.h | 438 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
|
/external/swiftshader/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/mesa3d/include/GL/ |
D | gl.h | 967 GLAPI void GLAPIENTRY glNormal3f( GLfloat nx, GLfloat ny, GLfloat nz );
|
D | gl_mangle.h | 1532 #define glNormal3f MANGLE(Normal3f) macro
|