HomeSort by relevance Sort by last modified time
    Searched refs:glNormal3f (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /external/eigen/demos/opengl/
gpuhelper.cpp 111 glNormal3f(0,0,-1); glVertex3fv(vertices[0]); glVertex3fv(vertices[2]); glVertex3fv(vertices[3]); glVertex3fv(vertices[1]);
112 glNormal3f(0,0, 1); glVertex3fv(vertices[4]); glVertex3fv(vertices[5]); glVertex3fv(vertices[7]); glVertex3fv(vertices[6]);
113 glNormal3f(0,-1,0); glVertex3fv(vertices[0]); glVertex3fv(vertices[1]); glVertex3fv(vertices[5]); glVertex3fv(vertices[4]);
114 glNormal3f(0, 1,0); glVertex3fv(vertices[2]); glVertex3fv(vertices[6]); glVertex3fv(vertices[7]); glVertex3fv(vertices[3]);
115 glNormal3f(-1,0,0); glVertex3fv(vertices[0]); glVertex3fv(vertices[4]); glVertex3fv(vertices[6]); glVertex3fv(vertices[2]);
116 glNormal3f( 1,0,0); glVertex3fv(vertices[1]); glVertex3fv(vertices[3]); glVertex3fv(vertices[7]); glVertex3fv(vertices[5]);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 36 {"glNormal3f", (void*)glNormal3f},
gl_client_context.h 36 glNormal3f_client_proc_t glNormal3f;
gl_client_context.cpp 38 glNormal3f = (glNormal3f_client_proc_t) getProc("glNormal3f", userData);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 45 {"glNormal3f", (void *)glNormal3f},
gles_dispatch.h 48 glNormal3f_t glNormal3f;
320 glNormal3f_t set_glNormal3f(glNormal3f_t f) { glNormal3f_t retval = glNormal3f; glNormal3f = f; return retval;}
    [all...]
gles.cpp 181 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz)
183 getDispatch()->glNormal3f(nx, ny, nz);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 140 LOAD_GL_FUNC(glNormal3f);
GLDispatch.h 117 void (GLAPIENTRY *glNormal3f) (GLfloat nx, GLfloat ny, GLfloat nz);
  /frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
ClearActivity.java 125 gl.glNormal3f(0, 0, 1);
  /frameworks/native/opengl/libagl/
vertex.cpp 213 void glNormal3f(GLfloat x, GLfloat y, GLfloat z)
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 48 glNormal3f_t glNormal3f;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c 493 &glNormal3f,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 493 &glNormal3f,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 478 public void glNormal3f(float nx, float ny, float nz) {
479 mgl.glNormal3f(nx, ny, nz);
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 284 glNormal3f = 258;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 70 void glNormal3f ( GLfloat nx, GLfloat ny, GLfloat nz )
  /frameworks/base/opengl/java/android/opengl/
GLES10.java     [all...]
GLErrorWrapper.java 589 public void glNormal3f(float nx, float ny, float nz) {
591 mgl.glNormal3f(nx, ny, nz);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 727 void glNormal3f(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 495 public void glNormal3f(float nx, float ny, float nz) {
496 ((GL10)mGL).glNormal3f(nx, ny, nz);
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 180 void (GLAPIENTRY *GLDispatch::glNormal3f)(GLfloat,GLfloat,GLfloat) = NULL;
433 LOAD_GL_FUNC(glNormal3f);
  /development/ndk/platforms/android-4/include/GLES/
gl.h 618 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES/
gl.h 618 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
    [all...]

Completed in 70 milliseconds

1 2 3 4 5 6