OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glMaterialxv_t
(Results
1 - 6
of
6
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h
129
glMaterialxv_t
glMaterialxv;
gl_proc.h
129
typedef void (GL_APIENTRY *
glMaterialxv_t
) (GLenum, GLenum, const GLfixed*);
GLDispatch.cpp
146
s_gl.glMaterialxv = (
glMaterialxv_t
) s_gles_lib->findSymbol("glMaterialxv");
/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 45 milliseconds