Searched defs:icolor (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFboTestUtil.cpp124 const tcu::IVec4 icolor = castVectorSaturate<deInt32>(color); local
139 rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, icolor);
223 const tcu::IVec4 icolor = castVectorSaturate<deInt32>(color); local
227 else if (m_outputType == glu::TYPE_INT_VEC4) rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, icolor);
410 const tcu::IVec4 icolor = castVectorSaturate<deInt32>(color); local
414 else if (m_outputType == glu::TYPE_INT_VEC4) rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, icolor);
548 const tcu::IVec4 icolor = castVectorSaturate<deInt32>(color); local
552 else if (m_outputType == glu::TYPE_INT_VEC4) rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, icolor);
656 const tcu::IVec4 icolor = castVectorSaturate<deInt32>(color); local
660 else if (m_outputType == glu::TYPE_INT_VEC4) rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, icolor);
764 const tcu::IVec4 icolor = castVectorSaturate<deInt32>(color); local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fFboTestUtil.cpp253 const tcu::IVec4 icolor = castVectorSaturate<deInt32>(color); local
257 else if (m_outputType == glu::TYPE_INT_VEC4) rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, icolor);
408 const tcu::IVec4 icolor = castVectorSaturate<deInt32>(color); local
412 else if (m_outputType == glu::TYPE_INT_VEC4) rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, icolor);
/external/libpng/contrib/tools/
H A Dgenpng.c114 int icolor = color_count; local
116 while (--icolor >= 0)
118 if (strcmp(colors[icolor].name, arg) == 0)
119 return colors+icolor;
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp6174 glw::GLint icolor[4] = {}; local
6180 gl.clearNamedFramebufferiv(m_fbo_invalid, GL_COLOR, 0, icolor);
6195 gl.clearNamedFramebufferfi(m_fbo_invalid, GL_DEPTH_STENCIL, 0, fcolor[0], icolor[0]);
6202 gl.clearNamedFramebufferiv(m_fbo_valid, GL_DEPTH, 0, icolor);
6222 gl.clearNamedFramebufferfi(m_fbo_valid, GL_COLOR, 0, fcolor[0], icolor[0]);
6228 gl.clearNamedFramebufferiv(m_fbo_valid, GL_COLOR, -1, icolor);
6243 gl.clearNamedFramebufferiv(m_fbo_valid, GL_STENCIL, 1, icolor);
6253 gl.clearNamedFramebufferfi(m_fbo_valid, GL_DEPTH_STENCIL, 1, fcolor[0], icolor[0]);
/external/libjpeg-turbo/
H A Djquant2.c479 compute_color (j_decompress_ptr cinfo, boxptr boxp, int icolor) argument
480 /* Compute representative color for a box, put it in colormap[icolor] */
512 cinfo->colormap[0][icolor] = (JSAMPLE) ((c0total + (total>>1)) / total);
513 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total);
514 cinfo->colormap[2][icolor] = (JSAMPLE) ((c2total + (total>>1)) / total);
765 int i, icolor; local
792 icolor = GETJSAMPLE(colorlist[i]);
794 inc0 = (minc0 - GETJSAMPLE(cinfo->colormap[0][icolor])) * C0_SCALE;
796 inc1 = (minc1 - GETJSAMPLE(cinfo->colormap[1][icolor])) * C1_SCALE;
798 inc2 = (minc2 - GETJSAMPLE(cinfo->colormap[2][icolor])) * C2_SCAL
[all...]

Completed in 150 milliseconds