Searched refs:GL_CONSTANT_COLOR (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/pixelflinger2/
H A Dpixelflinger2.cpp106 SWITCH_LINE(GL_CONSTANT_COLOR);
120 (GL_CONSTANT_COLOR > srcRGB || GL_ONE_MINUS_CONSTANT_ALPHA < srcRGB))
124 (GL_CONSTANT_COLOR > dstRGB || GL_ONE_MINUS_CONSTANT_ALPHA < dstRGB))
128 (GL_CONSTANT_COLOR > dstRGB || GL_ONE_MINUS_CONSTANT_ALPHA < dstRGB))
132 (GL_CONSTANT_COLOR > dstRGB || GL_ONE_MINUS_CONSTANT_ALPHA < dstRGB))
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A Dutilities.cpp450 case GL_CONSTANT_COLOR: d3dBlend = D3DBLEND_BLENDFACTOR; break;
H A DlibGLESv2.cpp358 case GL_CONSTANT_COLOR:
380 case GL_CONSTANT_COLOR:
401 case GL_CONSTANT_COLOR:
423 case GL_CONSTANT_COLOR:
432 bool constantColorUsed = (srcRGB == GL_CONSTANT_COLOR || srcRGB == GL_ONE_MINUS_CONSTANT_COLOR ||
433 dstRGB == GL_CONSTANT_COLOR || dstRGB == GL_ONE_MINUS_CONSTANT_COLOR);
440 ERR("Simultaneous use of GL_CONSTANT_ALPHA/GL_ONE_MINUS_CONSTANT_ALPHA and GL_CONSTANT_COLOR/GL_ONE_MINUS_CONSTANT_COLOR invalid under WebGL");
/external/mesa3d/include/GLES2/
H A Dgl2.h108 #define GL_CONSTANT_COLOR 0x8001 macro
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
H A Dgl2.h108 #define GL_CONSTANT_COLOR 0x8001 macro
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_opengl.h163 #define GL_CONSTANT_COLOR 0x8001 macro

Completed in 459 milliseconds