OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_glLightModelfv
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp
31
ptr = getProc("glLightModelfv", userData);
set_glLightModelfv
((glLightModelfv_client_proc_t)ptr);
gl_client_context.h
319
virtual glLightModelfv_client_proc_t
set_glLightModelfv
(glLightModelfv_client_proc_t f) { glLightModelfv_client_proc_t retval = glLightModelfv; glLightModelfv = f; return retval;}
[
all
...]
gl_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp
41
ptr = dlsym(gles_android,"glLightModelfv"); disp->
set_glLightModelfv
((glLightModelfv_t)ptr);
gles_dispatch.h
311
glLightModelfv_t
set_glLightModelfv
(glLightModelfv_t f) { glLightModelfv_t retval = glLightModelfv; glLightModelfv = f; return retval;}
[
all
...]
Completed in 41 milliseconds