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