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