Home
last modified time | relevance | path

Searched refs:swzG (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fTextureSwizzleTests.cpp65 static void swizzle (tcu::Surface& surface, deUint32 swzR, deUint32 swzG, deUint32 swzB, deUint32 s… in swizzle() argument
72 …surface.setPixel(x, y, tcu::RGBA(swizzle(p, swzR), swizzle(p, swzG), swizzle(p, swzB), swizzle(p, … in swizzle()
283 deUint32 swzG; in init() member
314 deUint32 swzG = (chanNdx == 1) ? swz : defaultSwizzles[1]; in init() local
318 …e.c_str(), "Single-channel swizzle", GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, swzR, swzG, swzB, swzA)); in init()
331 deUint32 swzG = swizzleCases[caseNdx].swzG; in init() local
338 …text, name.c_str(), "Multi-channel swizzle", intFormat, format, dataType, swzR, swzG, swzB, swzA)); in init()
/external/mesa3d/src/mesa/swrast/
Ds_texcombine.c561 const GLuint swzG = GET_SWZ(swizzle, 1); in swizzle_texels() local
576 texels[i][GCOMP] = vector[swzG]; in swizzle_texels()