Searched refs:legal_blend_equation (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dblend.c326 legal_blend_equation(const struct gl_context *ctx, GLenum mode) function
355 if (!legal_blend_equation(ctx, mode)) {
405 if (!legal_blend_equation(ctx, mode)) {
443 if (!legal_blend_equation(ctx, modeRGB)) {
448 if (!legal_blend_equation(ctx, modeA)) {
499 if (!legal_blend_equation(ctx, modeRGB)) {
504 if (!legal_blend_equation(ctx, modeA)) {
/external/mesa3d/src/mesa/main/
H A Dblend.c326 legal_blend_equation(const struct gl_context *ctx, GLenum mode) function
355 if (!legal_blend_equation(ctx, mode)) {
405 if (!legal_blend_equation(ctx, mode)) {
443 if (!legal_blend_equation(ctx, modeRGB)) {
448 if (!legal_blend_equation(ctx, modeA)) {
499 if (!legal_blend_equation(ctx, modeRGB)) {
504 if (!legal_blend_equation(ctx, modeA)) {

Completed in 27 milliseconds