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