OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glLineWidth_client_proc_t
(Results
1 - 6
of
6
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
99
glLineWidth_client_proc_t
glLineWidth;
gl2_client_context.cpp
101
glLineWidth = (
glLineWidth_client_proc_t
) getProc("glLineWidth", userData);
gl2_client_proc.h
100
typedef void (gl2_APIENTRY *
glLineWidth_client_proc_t
) (void * ctx, GLfloat);
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h
30
glLineWidth_client_proc_t
glLineWidth;
gl_client_context.cpp
32
glLineWidth = (
glLineWidth_client_proc_t
) getProc("glLineWidth", userData);
gl_client_proc.h
31
typedef void (gl_APIENTRY *
glLineWidth_client_proc_t
) (void * ctx, GLfloat);
Completed in 34 milliseconds