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