Searched refs:quadColor (Results 1 - 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_quad_blend.c | 151 float (*quadColor)[4], 169 src[j][0] = float_to_ubyte(quadColor[j][0]); /* P0 */ 170 src[j][1] = float_to_ubyte(quadColor[j][1]); /* P1 */ 171 src[j][2] = float_to_ubyte(quadColor[j][2]); /* P2 */ 172 src[j][3] = float_to_ubyte(quadColor[j][3]); /* P3 */ 245 quadColor[j][0] = ubyte_to_float(res[j][0]); 246 quadColor[j][1] = ubyte_to_float(res[j][1]); 247 quadColor[j][2] = ubyte_to_float(res[j][2]); 248 quadColor[j][3] = ubyte_to_float(res[j][3]); 256 * \param quadColor th 150 logicop_quad(struct quad_stage *qs, float (*quadColor)[4], float (*dest)[4]) argument 262 blend_quad(struct quad_stage *qs, float (*quadColor)[4], float (*quadColor2)[4], float (*dest)[4], const float const_blend_color[4], unsigned blend_index) argument 833 colormask_quad(unsigned colormask, float (*quadColor)[4], float (*dest)[4]) argument 859 clamp_colors(float (*quadColor)[4]) argument 881 rebase_colors(enum format base_format, float (*quadColor)[4]) argument [all...] |
H A D | sp_quad_fs.c | 91 float (*quadColor)[4] = quad->output.color[cbuf]; 96 quadColor[3][j] *= quad->input.coverage[j];
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fDitheringTests.cpp | 358 bool DitheringCase::drawAndCheckUnicoloredQuad (const Vec4& quadColor) const 380 log << TestLog::Message << "Drawing an unicolored quad with color " << quadColor << TestLog::EndMessage; 382 quad.color[0] = quadColor; 383 quad.color[1] = quadColor; 384 quad.color[2] = quadColor; 385 quad.color[3] = quadColor; 404 if (!checkColor(quadColor, renderedImg.getPixel(x, y), colorChoicesOk)) 482 const Vec4 quadColor = (float)m_iteration / (float)(numQuads-1) * m_color; 483 const bool success = drawAndCheckUnicoloredQuad(quadColor);
|
H A D | es2fMultisampleTests.cpp | 1156 Vec4 quadColor (1.0f, 0.0f, 0.0f, 1.0f); 1162 quadColor.w() = alphaOrCoverageValue; 1174 renderQuad(pt0, pt1, pt2, pt3, quadColor);
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fDitheringTests.cpp | 356 bool DitheringCase::drawAndCheckUnicoloredQuad (const Vec4& quadColor) const 378 log << TestLog::Message << "Drawing an unicolored quad with color " << quadColor << TestLog::EndMessage; 380 quad.color[0] = quadColor; 381 quad.color[1] = quadColor; 382 quad.color[2] = quadColor; 383 quad.color[3] = quadColor; 402 if (!checkColor(quadColor, renderedImg.getPixel(x, y), colorChoicesOk)) 480 const Vec4 quadColor = (float)m_iteration / (float)(numQuads-1) * m_color; 481 const bool success = drawAndCheckUnicoloredQuad(quadColor);
|
H A D | es3fMultisampleTests.cpp | 1312 Vec4 quadColor (1.0f, 0.0f, 0.0f, 1.0f); 1318 quadColor.w() = alphaOrCoverageValue; 1330 renderQuad(pt0, pt1, pt2, pt3, quadColor);
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fMultisampleTests.cpp | 604 Vec4 quadColor (1.0f, 0.0f, 0.0f, 1.0f); 619 renderQuad(pt0, pt1, pt2, pt3, quadColor);
|
Completed in 522 milliseconds