OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_glBlendEquationOES
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp
179
ptr = getProc("glBlendEquationOES", userData);
set_glBlendEquationOES
((glBlendEquationOES_client_proc_t)ptr);
gl_client_context.h
[
all
...]
gl_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp
172
ptr = dlsym(gles_android,"glBlendEquationOES"); disp->
set_glBlendEquationOES
((glBlendEquationOES_t)ptr);
gles_dispatch.h
442
glBlendEquationOES_t
set_glBlendEquationOES
(glBlendEquationOES_t f) { glBlendEquationOES_t retval = glBlendEquationOES; glBlendEquationOES = f; return retval;}
[
all
...]
Completed in 30 milliseconds