Searched refs:glNormal3x (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 130 {"glNormal3x", (void *)glNormal3x},
|
D | gles_dispatch.h | 133 glNormal3x_t glNormal3x; member 405 …glNormal3x_t set_glNormal3x(glNormal3x_t f) { glNormal3x_t retval = glNormal3x; glNormal3x = f; re… in set_glNormal3x()
|
D | gles.cpp | 606 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3x() function 608 getDispatch()->glNormal3x(nx, ny, nz); in glNormal3x()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 120 {"glNormal3x", (void*)glNormal3x},
|
D | gl_client_context.h | 122 glNormal3x_client_proc_t glNormal3x; member
|
D | gl_client_context.cpp | 122 glNormal3x = (glNormal3x_client_proc_t) getProc("glNormal3x", userData); in initDispatchByName()
|
D | gl_entry.cpp | 118 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz); 967 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3x() function 970 ctx->glNormal3x(ctx, nx, ny, nz); in glNormal3x()
|
D | gl_enc.cpp | 8280 this->glNormal3x = &glNormal3x_enc; in gl_encoder_context_t()
|