HomeSort by relevance Sort by last modified time
    Searched refs:glBlendColor_client_proc_t (Results 1 - 3 of 3) sorted by null

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 18 glBlendColor_client_proc_t glBlendColor;
227 virtual glBlendColor_client_proc_t set_glBlendColor(glBlendColor_client_proc_t f) { glBlendColor_client_proc_t retval = glBlendColor; glBlendColor = f; return retval;}
    [all...]
gl2_client_context.cpp 22 ptr = getProc("glBlendColor", userData); set_glBlendColor((glBlendColor_client_proc_t)ptr);
gl2_client_proc.h 19 typedef void (gl2_APIENTRY *glBlendColor_client_proc_t) (void * ctx, GLclampf, GLclampf, GLclampf, GLclampf);

Completed in 45 milliseconds