OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glBlendEquationSeparateOES_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h
168
glBlendEquationSeparateOES_t
glBlendEquationSeparateOES;
440
glBlendEquationSeparateOES_t
set_glBlendEquationSeparateOES(
glBlendEquationSeparateOES_t
f) {
glBlendEquationSeparateOES_t
retval = glBlendEquationSeparateOES; glBlendEquationSeparateOES = f; return retval;}
[
all
...]
gles_proc.h
168
typedef void (*
glBlendEquationSeparateOES_t
) (GLenum, GLenum);
gles_dispatch.cpp
170
ptr = dlsym(gles_android,"glBlendEquationSeparateOES"); disp->set_glBlendEquationSeparateOES((
glBlendEquationSeparateOES_t
)ptr);
Completed in 37 milliseconds