Home
last modified time | relevance | path

Searched refs:glNormal3x (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h130 {"glNormal3x", (void *)glNormal3x},
Dgles_dispatch.h133 glNormal3x_t glNormal3x; member
405 …glNormal3x_t set_glNormal3x(glNormal3x_t f) { glNormal3x_t retval = glNormal3x; glNormal3x = f; re… in set_glNormal3x()
Dgles.cpp606 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/
Dgl_ftable.h120 {"glNormal3x", (void*)glNormal3x},
Dgl_client_context.h122 glNormal3x_client_proc_t glNormal3x; member
Dgl_client_context.cpp122 glNormal3x = (glNormal3x_client_proc_t) getProc("glNormal3x", userData); in initDispatchByName()
Dgl_entry.cpp118 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()
Dgl_enc.cpp8280 this->glNormal3x = &glNormal3x_enc; in gl_encoder_context_t()