OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glMaterialxv_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h
129
glMaterialxv_t
glMaterialxv;
401
glMaterialxv_t
set_glMaterialxv(
glMaterialxv_t
f) {
glMaterialxv_t
retval = glMaterialxv; glMaterialxv = f; return retval;}
[
all
...]
gles_proc.h
129
typedef void (*
glMaterialxv_t
) (GLenum, GLenum, const GLfixed*);
gles_dispatch.cpp
131
ptr = dlsym(gles_android,"glMaterialxv"); disp->set_glMaterialxv((
glMaterialxv_t
)ptr);
Completed in 765 milliseconds