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

  /external/deqp/modules/gles3/functional/
es3fTextureSwizzleTests.cpp 64 static void swizzle (tcu::Surface& surface, deUint32 swzR, deUint32 swzG, deUint32 swzB, deUint32 swzA)
71 surface.setPixel(x, y, tcu::RGBA(swizzle(p, swzR), swizzle(p, swzG), swizzle(p, swzB), swizzle(p, swzA)));
284 deUint32 swzA;
315 deUint32 swzA = (chanNdx == 3) ? swz : defaultSwizzles[3];
317 singleChannelGroup->addChild(new Texture2DSwizzleCase(m_context, name.c_str(), "Single-channel swizzle", GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, swzR, swzG, swzB, swzA));
332 deUint32 swzA = swizzleCases[caseNdx].swzA;
337 multiChannelGroup->addChild(new Texture2DSwizzleCase(m_context, name.c_str(), "Multi-channel swizzle", intFormat, format, dataType, swzR, swzG, swzB, swzA));
es3fShaderTextureFunctionTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp 383 const IVec4& swzA = texCubeSwz[face];
384 IVec4 swzB = 1-swzA;
385 Vec4 colorA = cBias + cScale*f.swizzle(swzA[0], swzA[1], swzA[2], swzA[3]);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texcombine.c 580 const GLuint swzA = GET_SWZ(swizzle, 3);
595 texels[i][ACOMP] = vector[swzA];
  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 572 const GLuint swzA = GET_SWZ(swizzle, 3);
587 texels[i][ACOMP] = vector[swzA];

Completed in 134 milliseconds