Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h45 {"glNormal3f", (void *)glNormal3f},
Dgles_dispatch.h48 glNormal3f_t glNormal3f; member
320 …glNormal3f_t set_glNormal3f(glNormal3f_t f) { glNormal3f_t retval = glNormal3f; glNormal3f = f; re… in set_glNormal3f()
Dgles.cpp181 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f() function
183 getDispatch()->glNormal3f(nx, ny, nz); in glNormal3f()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h36 {"glNormal3f", (void*)glNormal3f},
Dgl_client_context.h38 glNormal3f_client_proc_t glNormal3f; member
Dgl_client_context.cpp38 glNormal3f = (glNormal3f_client_proc_t) getProc("glNormal3f", userData); in initDispatchByName()
Dgl_entry.cpp33 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz);
459 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f() function
462 ctx->glNormal3f(ctx, nx, ny, nz); in glNormal3f()
Dgl_enc.cpp8397 this->glNormal3f = &glNormal3f_enc; in gl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_core.entries33 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz);
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h618 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in26 GL_ENTRY(void, glNormal3f, GLfloat nx, GLfloat ny, GLfloat nz)