Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h36 {"glLightModelfv", (void *)glLightModelfv},
Dgles_dispatch.h39 glLightModelfv_t glLightModelfv; member
311 …LightModelfv(glLightModelfv_t f) { glLightModelfv_t retval = glLightModelfv; glLightModelfv = f; r… in set_glLightModelfv()
Dgles.cpp136 void glLightModelfv(GLenum pname, const GLfloat *params) in glLightModelfv() function
138 getDispatch()->glLightModelfv(pname, params); in glLightModelfv()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h27 {"glLightModelfv", (void*)glLightModelfv},
Dgl_client_context.h29 glLightModelfv_client_proc_t glLightModelfv; member
Dgl_client_context.cpp29 glLightModelfv = (glLightModelfv_client_proc_t) getProc("glLightModelfv", userData); in initDispatchByName()
Dgl_entry.cpp24 void glLightModelfv(GLenum pname, const GLfloat* params);
405 void glLightModelfv(GLenum pname, const GLfloat* params) in glLightModelfv() function
408 ctx->glLightModelfv(ctx, pname, params); in glLightModelfv()
Dgl_enc.cpp8388 this->glLightModelfv = &glLightModelfv_enc; in gl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_core.entries24 void glLightModelfv(GLenum pname, const GLfloat *params);
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h609 GL_API void GL_APIENTRY glLightModelfv (GLenum pname, const GLfloat *params);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in17 GL_ENTRY(void, glLightModelfv, GLenum pname, const GLfloat *params)