Home | History | Annotate | Download | only in gles31

Lines Matching defs:pixelFormat

209 		const tcu::PixelFormat&  pixelFormat  = renderTarget.getPixelFormat();
210 Vec3 g_color_eps = Vec3(1.f / static_cast<float>(1 << pixelFormat.redBits),
211 1.f / static_cast<float>(1 << pixelFormat.greenBits),
212 1.f / static_cast<float>(1 << pixelFormat.blueBits));