Searched defs:redBits (Results 1 - 15 of 15) sorted by relevance

/external/deqp/framework/opengl/
H A DgluRenderConfig.cpp35 DE_ASSERT(config->redBits == RenderConfig::DONT_CARE &&
46 int redBits; member in struct:glu::__anon4776
62 config->redBits = colorCfgs[ndx].redBits;
H A DgluRenderConfig.hpp84 int redBits; member in struct:glu::RenderConfig
101 , redBits (DONT_CARE)
/external/deqp/framework/common/
H A DtcuPixelFormat.hpp37 int redBits; member in struct:tcu::PixelFormat
43 : redBits(red)
51 : redBits(0)
81 channelThreshold(redBits),
119 return RGBA(convertChannel(col.getRed(), redBits),
127 return redBits == other.redBits &&
H A DtcuRasterizationVerifier.cpp89 bool compareColors (const tcu::RGBA& colorA, const tcu::RGBA& colorB, int redBits, int greenBits, int blueBits) argument
91 const int thresholdRed = 1 << (8 - redBits);
261 const int channelBitCount = (channelNdx == 0) ? (args.redBits) : (channelNdx == 1) ? (args.greenBits) : (args.blueBits);
669 log << tcu::TestLog::Message << "Verifying rasterization result. Native format is RGB" << args.redBits << args.greenBits << args.blueBits << tcu::TestLog::EndMessage;
670 if (args.redBits > 8 || args.greenBits > 8 || args.blueBits > 8)
789 const tcu::IVec3 formatLimit ((1 << args.redBits) - 1, (1 << args.greenBits) - 1, (1 << args.blueBits) - 1);
1173 const bool result = compareColors(surface.getPixel(x, y), tcu::RGBA::white(), args.redBits, args.greenBits, args.blueBits);
1198 if (compareColors(surface.getPixel(x+dx, y+dy), tcu::RGBA::white(), args.redBits, args.greenBits, args.blueBits))
1286 const bool result = compareColors(surface.getPixel(x, y), tcu::RGBA::white(), args.redBits, args.greenBits, args.blueBits);
1371 const bool result = compareColors(surface.getPixel(x, y), tcu::RGBA::white(), args.redBits, arg
[all...]
H A DtcuRasterizationVerifier.hpp100 int redBits; member in struct:tcu::RasterizationArguments
/external/deqp/external/openglcts/modules/common/
H A DglcConfigList.hpp101 , redBits(redBits_)
115 , redBits(0)
128 deInt32 redBits; member in struct:glcts::AOSPConfig
/external/deqp/framework/platform/win32/
H A DtcuWGL.hpp107 int redBits; member in class:tcu::wgl::PixelFormatInfo
145 , redBits (0)
H A DtcuWin32EGLNativeDisplayFactory.cpp194 int redBits = 0; local
202 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &redBits);
208 bitSum = redBits+greenBits+blueBits+alphaBits;
/external/mesa3d/src/glx/
H A Dglxconfig.h42 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ member in struct:glx_config
/external/mesa3d/src/mesa/swrast/
H A Ds_renderbuffer.c402 GLuint redBits, GLuint greenBits,
407 if (redBits > 16 || greenBits > 16 || blueBits > 16 || alphaBits > 16) {
494 assert(fb->Visual.redBits == fb->Visual.greenBits);
495 assert(fb->Visual.redBits == fb->Visual.blueBits);
497 fb->Visual.redBits,
541 add_aux_renderbuffers(NULL, fb, fb->Visual.redBits,
401 add_accum_renderbuffer(struct gl_context *ctx, struct gl_framebuffer *fb, GLuint redBits, GLuint greenBits, GLuint blueBits, GLuint alphaBits) argument
/external/deqp/external/openglcts/modules/runner/
H A DglcTestRunner.cpp104 deInt32 redBits; member in struct:glcts::configInfo
119 int redBits; member in struct:glcts::__anon4209
130 cfgInfo.redBits = colorCfgs[ndx].redBits;
269 return cfgInfo.redBits == config.redBits && cfgInfo.greenBits == config.greenBits &&
/external/mesa3d/src/mesa/drivers/osmesa/
H A Dosmesa.c202 ctx->DrawBuffer->Visual.redBits == 32) {
316 ctx->DrawBuffer->Visual.redBits == 32) {
675 GLint redBits = 0, greenBits = 0, blueBits = 0, alphaBits =0; local
745 redBits = CHAN_BITS;
755 redBits = CHAN_BITS;
765 redBits = CHAN_BITS;
775 redBits = CHAN_BITS;
784 redBits = CHAN_BITS;
794 redBits = 5;
811 redBits,
[all...]
/external/mesa3d/src/mesa/main/
H A Dcontext.c199 * \param redBits number of bits per color component in frame buffer for RGB(A)
214 GLint redBits,
229 redBits, greenBits, blueBits, alphaBits,
256 GLint redBits,
285 vis->redBits = redBits;
289 vis->rgbBits = redBits + greenBits + blueBits;
212 _mesa_create_visual( GLboolean dbFlag, GLboolean stereoFlag, GLint redBits, GLint greenBits, GLint blueBits, GLint alphaBits, GLint depthBits, GLint stencilBits, GLint accumRedBits, GLint accumGreenBits, GLint accumBlueBits, GLint accumAlphaBits, GLint numSamples ) argument
253 _mesa_initialize_visual( struct gl_config *vis, GLboolean dbFlag, GLboolean stereoFlag, GLint redBits, GLint greenBits, GLint blueBits, GLint alphaBits, GLint depthBits, GLint stencilBits, GLint accumRedBits, GLint accumGreenBits, GLint accumBlueBits, GLint accumAlphaBits, GLint numSamples ) argument
H A Dmtypes.h206 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ member in struct:gl_config
/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.cpp743 const int redBits = getValueOrDefault(renderCfg, &RenderConfig::redBits, 8); local
751 return tcu::RenderTarget(width, height, tcu::PixelFormat(redBits, greenBits, blueBits, alphaBits), depthBits, stencilBits, numSamples);

Completed in 1487 milliseconds