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