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