HomeSort by relevance Sort by last modified time
    Searched defs:glNormal3x (Results 1 - 6 of 6) 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);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 120 glNormal3x_client_proc_t glNormal3x;
gl_entry.cpp 118 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...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 79 milliseconds