OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glGenFencesNV_client_proc_t
(Results
1 - 7
of
7
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
186
glGenFencesNV_client_proc_t
glGenFencesNV;
[
all
...]
gl2_client_context.cpp
190
ptr = getProc("glGenFencesNV", userData); set_glGenFencesNV((
glGenFencesNV_client_proc_t
)ptr);
gl2_client_proc.h
187
typedef void (gl2_APIENTRY *
glGenFencesNV_client_proc_t
) (void * ctx, GLsizei, GLuint*);
gl2_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h
278
glGenFencesNV_client_proc_t
glGenFencesNV;
[
all
...]
gl_client_context.cpp
282
ptr = getProc("glGenFencesNV", userData); set_glGenFencesNV((
glGenFencesNV_client_proc_t
)ptr);
gl_client_proc.h
279
typedef void (gl_APIENTRY *
glGenFencesNV_client_proc_t
) (void * ctx, GLsizei, GLuint*);
Completed in 236 milliseconds