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

/device/generic/goldfish-opengl/system/GLESv2_enc/
H A Dgl2_client_context.h22 glBlendEquationSeparate_client_proc_t glBlendEquationSeparate; member in struct:gl2_client_context_t
H A Dgl2_entry.cpp17 void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha);
481 void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) function
484 ctx->glBlendEquationSeparate(ctx, modeRGB, modeAlpha);

Completed in 23 milliseconds