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