Searched defs:glBlendEquation (Results 1 - 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
H A Dgl2_client_context.h21 glBlendEquation_client_proc_t glBlendEquation; member in struct:gl2_client_context_t
H A Dgl2_entry.cpp16 void glBlendEquation(GLenum mode);
475 void glBlendEquation(GLenum mode) function
478 ctx->glBlendEquation(ctx, mode);

Completed in 15 milliseconds