Home
last modified time | relevance | path

Searched refs:glLightModelfv (Results 1 – 8 of 8) 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.cpp25 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.cpp8187 this->glLightModelfv = &glLightModelfv_enc; in gl_encoder_context_t()