HomeSort by relevance Sort by last modified time
    Searched refs:swzR (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles3/functional/
es3fTextureSwizzleTests.cpp 65 static void swizzle (tcu::Surface& surface, deUint32 swzR, deUint32 swzG, deUint32 swzB, deUint32 swzA)
72 surface.setPixel(x, y, tcu::RGBA(swizzle(p, swzR), swizzle(p, swzG), swizzle(p, swzB), swizzle(p, swzA)));
282 deUint32 swzR;
313 deUint32 swzR = (chanNdx == 0) ? swz : defaultSwizzles[0];
318 singleChannelGroup->addChild(new Texture2DSwizzleCase(m_context, name.c_str(), "Single-channel swizzle", GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, swzR, swzG, swzB, swzA));
330 deUint32 swzR = swizzleCases[caseNdx].swzR;
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/
s_texcombine.c 569 const GLuint swzR = GET_SWZ(swizzle, 0);
584 texels[i][RCOMP] = vector[swzR];

Completed in 254 milliseconds