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