Home
last modified time | relevance | path

Searched refs:glNormal3xOES (Results 1 – 11 of 11) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h203 {"glNormal3xOES", (void *)glNormal3xOES},
Dgles_dispatch.h206 glNormal3xOES_t glNormal3xOES; member
478 …t_glNormal3xOES(glNormal3xOES_t f) { glNormal3xOES_t retval = glNormal3xOES; glNormal3xOES = f; re… in set_glNormal3xOES()
Dgles.cpp971 void glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3xOES() function
973 getDispatch()->glNormal3xOES(nx, ny, nz); in glNormal3xOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h195 {"glNormal3xOES", (void*)glNormal3xOES},
Dgl_client_context.h215 glNormal3xOES_client_proc_t glNormal3xOES; member
Dgl_client_context.cpp215 glNormal3xOES = (glNormal3xOES_client_proc_t) getProc("glNormal3xOES", userData); in initDispatchByName()
Dgl_entry.cpp210 void glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz);
1525 void glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3xOES() function
1528 ctx->glNormal3xOES(ctx, nx, ny, nz); in glNormal3xOES()
Dgl_enc.cpp8574 this->glNormal3xOES = &glNormal3xOES_enc; in gl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp356 glNormal3xOES = glNormal3x; in GLESv1()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in210 GL_ENTRY(void, glNormal3xOES, GLfixed nx, GLfixed ny, GLfixed nz)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h692 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);