HomeSort by relevance Sort by last modified time
    Searched defs:glNormal3x (Results 1 - 10 of 10) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 482 public void glNormal3x(int nx, int ny, int nz) {
483 mgl.glNormal3x(nx, ny, nz);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 500 public void glNormal3x(int nx, int ny, int nz) {
501 ((GL10)mGL).glNormal3x(nx, ny, nz);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 161 void (*glNormal3x)(GLfixed nx, GLfixed ny, GLfixed nz);
main.cpp     [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 122 glNormal3x_client_proc_t glNormal3x;
gl_entry.cpp 117 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 606 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz)
608 getDispatch()->glNormal3x(nx, ny, nz);
    [all...]
gles_dispatch.h 133 glNormal3x_t glNormal3x;
405 glNormal3x_t set_glNormal3x(glNormal3x_t f) { glNormal3x_t retval = glNormal3x; glNormal3x = f; return retval;}
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 122 glNormal3x_wrapper_proc_t glNormal3x;
gles1_wrapper_entry.cpp 117 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz);
961 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz)
964 ctx->glNormal3x( nx, ny, nz);
    [all...]

Completed in 72 milliseconds