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 23 glBlendFunc_client_proc_t glBlendFunc;
gl2_client_context.cpp 23 glBlendFunc = (glBlendFunc_client_proc_t) getProc("glBlendFunc", userData);
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 55 glBlendFunc_client_proc_t glBlendFunc;
gl_client_context.cpp 55 glBlendFunc = (glBlendFunc_client_proc_t) getProc("glBlendFunc", userData);
gl_client_proc.h 54 typedef void (gl_APIENTRY *glBlendFunc_client_proc_t) (void * ctx, GLenum, GLenum);

Completed in 404 milliseconds