OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_glGetUniformfv
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.cpp
89
ptr = getProc("glGetUniformfv", userData);
set_glGetUniformfv
((glGetUniformfv_client_proc_t)ptr);
gl2_client_context.h
294
virtual glGetUniformfv_client_proc_t
set_glGetUniformfv
(glGetUniformfv_client_proc_t f) { glGetUniformfv_client_proc_t retval = glGetUniformfv; glGetUniformfv = f; return retval;}
[
all
...]
GL2Encoder.cpp
76
m_glGetUniformfv_enc =
set_glGetUniformfv
(s_glGetUniformfv);
[
all
...]
gl2_enc.cpp
[
all
...]
Completed in 32 milliseconds