Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h196 {"glLightxvOES", (void *)glLightxvOES},
Dgles_dispatch.h199 glLightxvOES_t glLightxvOES; member
471 …t set_glLightxvOES(glLightxvOES_t f) { glLightxvOES_t retval = glLightxvOES; glLightxvOES = f; ret… in set_glLightxvOES()
Dgles.cpp936 void glLightxvOES(GLenum light, GLenum pname, const GLfixed *params) in glLightxvOES() function
938 getDispatch()->glLightxvOES(light, pname, params); in glLightxvOES()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h188 {"glLightxvOES", (void*)glLightxvOES},
Dgl_client_context.h208 glLightxvOES_client_proc_t glLightxvOES; member
Dgl_client_context.cpp208 glLightxvOES = (glLightxvOES_client_proc_t) getProc("glLightxvOES", userData); in initDispatchByName()
Dgl_entry.cpp204 void glLightxvOES(GLenum light, GLenum pname, const GLfixed* params);
1483 void glLightxvOES(GLenum light, GLenum pname, const GLfixed* params) in glLightxvOES() function
1486 ctx->glLightxvOES(ctx, light, pname, params); in glLightxvOES()
Dgl_enc.cpp8366 this->glLightxvOES = &glLightxvOES_enc; in gl_encoder_context_t()