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