Home
last modified time | relevance | path

Searched refs:glGetLightfv (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h31 {"glGetLightfv", (void *)glGetLightfv},
Dgles_dispatch.h34 glGetLightfv_t glGetLightfv; member
306 …t set_glGetLightfv(glGetLightfv_t f) { glGetLightfv_t retval = glGetLightfv; glGetLightfv = f; ret… in set_glGetLightfv()
Dgles.cpp111 void glGetLightfv(GLenum light, GLenum pname, GLfloat *params) in glGetLightfv() function
113 getDispatch()->glGetLightfv(light, pname, params); in glGetLightfv()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h22 {"glGetLightfv", (void*)glGetLightfv},
Dgl_client_context.h24 glGetLightfv_client_proc_t glGetLightfv; member
Dgl_client_context.cpp24 glGetLightfv = (glGetLightfv_client_proc_t) getProc("glGetLightfv", userData); in initDispatchByName()
Dgl_entry.cpp20 void glGetLightfv(GLenum light, GLenum pname, GLfloat* params);
375 void glGetLightfv(GLenum light, GLenum pname, GLfloat* params) in glGetLightfv() function
378 ctx->glGetLightfv(ctx, light, pname, params); in glGetLightfv()
Dgl_enc.cpp8182 this->glGetLightfv = &glGetLightfv_enc; in gl_encoder_context_t()