Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_client_context.h20 glBlendEquationSeparate_client_proc_t glBlendEquationSeparate;
Dgl2_client_context.cpp22 …glBlendEquationSeparate = (glBlendEquationSeparate_client_proc_t) getProc("glBlendEquationSeparate… in initDispatchByName()
Dgl2_client_proc.h21 typedef void (gl2_APIENTRY *glBlendEquationSeparate_client_proc_t) (void * ctx, GLenum, GLenum); typedef