OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glFogxvOES_t
(Results
1 - 6
of
6
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h
188
glFogxvOES_t
glFogxvOES;
gl_proc.h
188
typedef void (GL_APIENTRY *
glFogxvOES_t
) (GLenum, const GLfixed*);
GLDispatch.cpp
205
s_gl.glFogxvOES = (
glFogxvOES_t
) s_gles_lib->findSymbol("glFogxvOES");
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h
188
glFogxvOES_t
glFogxvOES;
[
all
...]
gles_proc.h
188
typedef void (*
glFogxvOES_t
) (GLenum, const GLfixed*);
gles_dispatch.cpp
190
ptr = dlsym(gles_android,"glFogxvOES"); disp->set_glFogxvOES((
glFogxvOES_t
)ptr);
Completed in 28 milliseconds