Searched defs:swzG (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fTextureSwizzleTests.cpp65 static void swizzle (tcu::Surface& surface, deUint32 swzR, deUint32 swzG, deUint32 swzB, deUint32 swzA) argument
72 surface.setPixel(x, y, tcu::RGBA(swizzle(p, swzR), swizzle(p, swzG), swizzle(p, swzB), swizzle(p, swzA)));
283 deUint32 swzG; member in struct:deqp::gles3::Functional::__anon5202
314 deUint32 swzG = (chanNdx == 1) ? swz : defaultSwizzles[1]; local
318 singleChannelGroup->addChild(new Texture2DSwizzleCase(m_context, name.c_str(), "Single-channel swizzle", GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, swzR, swzG, swzB, swzA));
331 deUint32 swzG = swizzleCases[caseNdx].swzG; local
338 multiChannelGroup->addChild(new Texture2DSwizzleCase(m_context, name.c_str(), "Multi-channel swizzle", intFormat, format, dataType, swzR, swzG, swzB, swzA));
/external/mesa3d/src/mesa/swrast/
H A Ds_texcombine.c560 const GLuint swzG = GET_SWZ(swizzle, 1); local
575 texels[i][GCOMP] = vector[swzG];

Completed in 124 milliseconds