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