OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glGetTexGenfvOES_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h
255
glGetTexGenfvOES_t
glGetTexGenfvOES;
[
all
...]
gles_proc.h
255
typedef void (*
glGetTexGenfvOES_t
) (GLenum, GLenum, GLfloat*);
gles_dispatch.cpp
257
ptr = dlsym(gles_android,"glGetTexGenfvOES"); disp->set_glGetTexGenfvOES((
glGetTexGenfvOES_t
)ptr);
Completed in 40 milliseconds