OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_glLightModelx
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp
111
ptr = getProc("glLightModelx", userData);
set_glLightModelx
((glLightModelx_client_proc_t)ptr);
gl_client_context.h
399
virtual glLightModelx_client_proc_t
set_glLightModelx
(glLightModelx_client_proc_t f) { glLightModelx_client_proc_t retval = glLightModelx; glLightModelx = f; return retval;}
[
all
...]
gl_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp
122
ptr = dlsym(gles_android,"glLightModelx"); disp->
set_glLightModelx
((glLightModelx_t)ptr);
gles_dispatch.h
392
glLightModelx_t
set_glLightModelx
(glLightModelx_t f) { glLightModelx_t retval = glLightModelx; glLightModelx = f; return retval;}
[
all
...]
Completed in 254 milliseconds