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