OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_glUniform1f
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.cpp
126
ptr = getProc("glUniform1f", userData);
set_glUniform1f
((glUniform1f_client_proc_t)ptr);
gl2_client_context.h
331
virtual glUniform1f_client_proc_t
set_glUniform1f
(glUniform1f_client_proc_t f) { glUniform1f_client_proc_t retval = glUniform1f; glUniform1f = f; return retval;}
[
all
...]
GL2Encoder.cpp
85
m_glUniform1f_enc =
set_glUniform1f
(s_glUniform1f);
[
all
...]
gl2_enc.cpp
[
all
...]
Completed in 32 milliseconds