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