OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_glBlendFunc
(Results
1 - 8
of
8
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.cpp
25
ptr = getProc("glBlendFunc", userData);
set_glBlendFunc
((glBlendFunc_client_proc_t)ptr);
gl2_client_context.h
230
virtual glBlendFunc_client_proc_t
set_glBlendFunc
(glBlendFunc_client_proc_t f) { glBlendFunc_client_proc_t retval = glBlendFunc; glBlendFunc = f; return retval;}
[
all
...]
gl2_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp
57
ptr = getProc("glBlendFunc", userData);
set_glBlendFunc
((glBlendFunc_client_proc_t)ptr);
gl_client_context.h
345
virtual glBlendFunc_client_proc_t
set_glBlendFunc
(glBlendFunc_client_proc_t f) { glBlendFunc_client_proc_t retval = glBlendFunc; glBlendFunc = f; return retval;}
[
all
...]
gl_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp
67
ptr = dlsym(gles_android,"glBlendFunc"); disp->
set_glBlendFunc
((glBlendFunc_t)ptr);
gles_dispatch.h
337
glBlendFunc_t
set_glBlendFunc
(glBlendFunc_t f) { glBlendFunc_t retval = glBlendFunc; glBlendFunc = f; return retval;}
[
all
...]
Completed in 2734 milliseconds