OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glSetFenceNV_client_proc_t
(Results
1 - 7
of
7
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
191
glSetFenceNV_client_proc_t
glSetFenceNV;
gl2_client_context.cpp
193
glSetFenceNV = (
glSetFenceNV_client_proc_t
) getProc("glSetFenceNV", userData);
gl2_client_proc.h
192
typedef void (gl2_APIENTRY *
glSetFenceNV_client_proc_t
) (void * ctx, GLuint, GLenum);
gl2_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h
283
glSetFenceNV_client_proc_t
glSetFenceNV;
gl_client_context.cpp
285
glSetFenceNV = (
glSetFenceNV_client_proc_t
) getProc("glSetFenceNV", userData);
gl_client_proc.h
284
typedef void (gl_APIENTRY *
glSetFenceNV_client_proc_t
) (void * ctx, GLuint, GLenum);
Completed in 28 milliseconds