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