OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glColorPointer_client_proc_t
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h
67
glColorPointer_client_proc_t
m_glColorPointer_enc;
gl_client_context.h
64
glColorPointer_client_proc_t
glColorPointer;
356
virtual
glColorPointer_client_proc_t
set_glColorPointer(
glColorPointer_client_proc_t
f) {
glColorPointer_client_proc_t
retval = glColorPointer; glColorPointer = f; return retval;}
[
all
...]
gl_client_context.cpp
68
ptr = getProc("glColorPointer", userData); set_glColorPointer((
glColorPointer_client_proc_t
)ptr);
gl_client_proc.h
65
typedef void (gl_APIENTRY *
glColorPointer_client_proc_t
) (void * ctx, GLint, GLenum, GLsizei, const GLvoid*);
gl_enc.cpp
[
all
...]
Completed in 34 milliseconds