OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glFinishRoundTrip_client_proc_t
(Results
1 - 6
of
6
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
218
glFinishRoundTrip_client_proc_t
glFinishRoundTrip;
[
all
...]
gl2_client_context.cpp
222
ptr = getProc("glFinishRoundTrip", userData); set_glFinishRoundTrip((
glFinishRoundTrip_client_proc_t
)ptr);
gl2_client_proc.h
219
typedef int (gl2_APIENTRY *
glFinishRoundTrip_client_proc_t
) (void * ctx);
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h
172
glFinishRoundTrip_client_proc_t
glFinishRoundTrip;
[
all
...]
gl_client_context.cpp
176
ptr = getProc("glFinishRoundTrip", userData); set_glFinishRoundTrip((
glFinishRoundTrip_client_proc_t
)ptr);
gl_client_proc.h
173
typedef int (gl_APIENTRY *
glFinishRoundTrip_client_proc_t
) (void * ctx);
Completed in 82 milliseconds