OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_glShaderBinary
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.cpp
112
ptr = getProc("glShaderBinary", userData);
set_glShaderBinary
((glShaderBinary_client_proc_t)ptr);
gl2_client_context.h
317
virtual glShaderBinary_client_proc_t
set_glShaderBinary
(glShaderBinary_client_proc_t f) { glShaderBinary_client_proc_t retval = glShaderBinary; glShaderBinary = f; return retval;}
[
all
...]
gl2_enc.cpp
[
all
...]
Completed in 30 milliseconds