Home
last modified time | relevance | path

Searched refs:glCheckFramebufferStatusOES_client_proc_t (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_client_context.h237 glCheckFramebufferStatusOES_client_proc_t glCheckFramebufferStatusOES;
529glCheckFramebufferStatusOES_client_proc_t set_glCheckFramebufferStatusOES(glCheckFramebufferStatus… in set_glCheckFramebufferStatusOES()
Dgl_client_proc.h238 typedef GLenum (gl_APIENTRY *glCheckFramebufferStatusOES_client_proc_t) (void * ctx, GLenum); typedef
Dgl_client_context.cpp241 …StatusOES", userData); set_glCheckFramebufferStatusOES((glCheckFramebufferStatusOES_client_proc_t)… in initDispatchByName()