Searched defs:glBlendFuncSeparate (Results 1 - 2 of 2) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
H A D | gl2_client_context.h | 24 glBlendFuncSeparate_client_proc_t glBlendFuncSeparate; member in struct:gl2_client_context_t
|
H A D | gl2_entry.cpp | 19 void glBlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha); 493 void glBlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) function 496 ctx->glBlendFuncSeparate(ctx, srcRGB, dstRGB, srcAlpha, dstAlpha);
|
Completed in 16 milliseconds