Searched refs:glNormal3f (Results 1 – 11 of 11) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 45 {"glNormal3f", (void *)glNormal3f},
|
D | gles_dispatch.h | 48 glNormal3f_t glNormal3f; member 320 …glNormal3f_t set_glNormal3f(glNormal3f_t f) { glNormal3f_t retval = glNormal3f; glNormal3f = f; re… in set_glNormal3f()
|
D | gles.cpp | 181 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/ |
D | gl_ftable.h | 36 {"glNormal3f", (void*)glNormal3f},
|
D | gl_client_context.h | 38 glNormal3f_client_proc_t glNormal3f; member
|
D | gl_client_context.cpp | 38 glNormal3f = (glNormal3f_client_proc_t) getProc("glNormal3f", userData); in initDispatchByName()
|
D | gl_entry.cpp | 33 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()
|
D | gl_enc.cpp | 8397 this->glNormal3f = &glNormal3f_enc; in gl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 33 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 618 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 26 GL_ENTRY(void, glNormal3f, GLfloat nx, GLfloat ny, GLfloat nz)
|