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