OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glFlush_client_proc_t
(Results
1 - 8
of
8
) sorted by null
/device/generic/goldfish-opengl/system/GLESv1_enc/
GLEncoder.h
89
glFlush_client_proc_t
m_glFlush_enc;
gl_client_context.h
84
glFlush_client_proc_t
glFlush;
gl_client_context.cpp
84
glFlush = (
glFlush_client_proc_t
) getProc("glFlush", userData);
gl_client_proc.h
86
typedef void (gl_APIENTRY *
glFlush_client_proc_t
) (void * ctx);
/device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h
58
glFlush_client_proc_t
glFlush;
gl2_client_context.cpp
58
glFlush = (
glFlush_client_proc_t
) getProc("glFlush", userData);
[
all
...]
GL2Encoder.h
176
glFlush_client_proc_t
m_glFlush_enc;
[
all
...]
gl2_client_proc.h
60
typedef void (gl2_APIENTRY *
glFlush_client_proc_t
) (void * ctx);
[
all
...]
Completed in 120 milliseconds