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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 21 glBlendFunc_client_proc_t glBlendFunc;
230 virtual glBlendFunc_client_proc_t set_glBlendFunc(glBlendFunc_client_proc_t f) { glBlendFunc_client_proc_t retval = glBlendFunc; glBlendFunc = f; return retval;}
    [all...]
gl2_client_context.cpp 25 ptr = getProc("glBlendFunc", userData); set_glBlendFunc((glBlendFunc_client_proc_t)ptr);
gl2_client_proc.h 22 typedef void (gl2_APIENTRY *glBlendFunc_client_proc_t) (void * ctx, GLenum, GLenum);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 53 glBlendFunc_client_proc_t glBlendFunc;
345 virtual glBlendFunc_client_proc_t set_glBlendFunc(glBlendFunc_client_proc_t f) { glBlendFunc_client_proc_t retval = glBlendFunc; glBlendFunc = f; return retval;}
    [all...]
gl_client_context.cpp 57 ptr = getProc("glBlendFunc", userData); set_glBlendFunc((glBlendFunc_client_proc_t)ptr);
gl_client_proc.h 54 typedef void (gl_APIENTRY *glBlendFunc_client_proc_t) (void * ctx, GLenum, GLenum);

Completed in 26 milliseconds