Searched refs:redBits (Results 1 - 25 of 114) sorted by relevance

12345

/external/deqp/framework/common/
H A DtcuPixelFormat.hpp37 int redBits; member in struct:tcu::PixelFormat
43 : redBits(red)
51 : redBits(0)
67 1 << (8 - redBits),
93 return RGBA(convertChannel(col.getRed(), redBits),
101 return redBits == other.redBits &&
/external/deqp/framework/opengl/
H A DgluRenderConfig.hpp75 int redBits; member in struct:glu::RenderConfig
90 , redBits (DONT_CARE)
H A DgluRenderConfig.cpp35 DE_ASSERT(config->redBits == RenderConfig::DONT_CARE &&
46 int redBits; member in struct:glu::__anon19732
62 config->redBits = colorCfgs[ndx].redBits;
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios_milan.h112 unsigned long redBits; /* Mask of Red Bits */ member in struct:screeninfo
/external/deqp/framework/platform/win32/
H A DtcuWGL.hpp106 int redBits; member in class:tcu::wgl::PixelFormatInfo
139 , redBits (0)
H A DtcuWin32EGLNativeDisplayFactory.cpp179 int redBits = 0; local
187 EGLU_CHECK_CALL(eglGetConfigAttrib(display, config, EGL_RED_SIZE, &redBits));
191 bitSum = redBits+greenBits+blueBits+alphaBits;
H A DtcuWGL.cpp339 info.redBits = values[6];
469 if (config.redBits != glu::RenderConfig::DONT_CARE &&
470 config.redBits != info.redBits)
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.mm164 const bool cr = config.redBits != glu::RenderConfig::DONT_CARE;
169 if ((!cr || config.redBits == 8) &&
175 if ((!cr || config.redBits == 5) &&
244 gl.getRenderbufferParameteriv(GL_RENDERBUFFER, GL_RENDERBUFFER_RED_SIZE, &pixelFormat.redBits);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DFramebufferAttachment.cpp36 return (GetInternalFormatInfo(getInternalFormat()).redBits > 0) ? GetInternalFormatInfo(getActualFormat()).redBits : 0;
H A Dformatutils.h62 GLuint redBits; member in struct:gl::InternalFormat
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcontext.h70 GLint redBits,
86 GLint redBits,
/external/mesa3d/src/mesa/main/
H A Dcontext.h70 GLint redBits,
86 GLint redBits,
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxconfig.h42 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ member in struct:glx_config
/external/deqp/modules/glshared/
H A DglsRasterizationTestUtil.hpp96 int redBits; member in struct:deqp::gls::RasterizationTestUtil::RasterizationArguments
/external/mesa3d/src/glx/
H A Dglxconfig.h42 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ member in struct:glx_config
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_renderbuffer.c404 GLuint redBits, GLuint greenBits,
409 if (redBits > 16 || greenBits > 16 || blueBits > 16 || alphaBits > 16) {
496 assert(fb->Visual.redBits == fb->Visual.greenBits);
497 assert(fb->Visual.redBits == fb->Visual.blueBits);
499 fb->Visual.redBits,
543 add_aux_renderbuffers(NULL, fb, fb->Visual.redBits,
403 add_accum_renderbuffer(struct gl_context *ctx, struct gl_framebuffer *fb, GLuint redBits, GLuint greenBits, GLuint blueBits, GLuint alphaBits) argument
/external/mesa3d/src/mesa/swrast/
H A Ds_renderbuffer.c404 GLuint redBits, GLuint greenBits,
409 if (redBits > 16 || greenBits > 16 || blueBits > 16 || alphaBits > 16) {
496 assert(fb->Visual.redBits == fb->Visual.greenBits);
497 assert(fb->Visual.redBits == fb->Visual.blueBits);
499 fb->Visual.redBits,
543 add_aux_renderbuffers(NULL, fb, fb->Visual.redBits,
403 add_accum_renderbuffer(struct gl_context *ctx, struct gl_framebuffer *fb, GLuint redBits, GLuint greenBits, GLuint blueBits, GLuint alphaBits) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dglcore.h81 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ member in struct:__GLcontextModesRec
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_visual.c128 attr[numattr++] = mode->redBits + mode->greenBits + mode->blueBits;
/external/deqp/modules/gles2/
H A Dtes2InfoTests.cpp106 << tcu::TestLog::Integer("RedBits", "Red channel bits", "", QP_KEY_TAG_NONE, pf.redBits)
/external/deqp/modules/gles3/
H A Dtes3InfoTests.cpp106 << tcu::TestLog::Integer("RedBits", "Red channel bits", "", QP_KEY_TAG_NONE, pf.redBits)
/external/deqp/modules/gles31/
H A Dtes31InfoTests.cpp106 << tcu::TestLog::Integer("RedBits", "Red channel bits", "", QP_KEY_TAG_NONE, pf.redBits)
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dglcore.h81 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ member in struct:__GLcontextModesRec
/external/mesa3d/src/glx/apple/
H A Dapple_visual.c128 attr[numattr++] = mode->redBits + mode->greenBits + mode->blueBits;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
H A Dosmesa.c618 GLint redBits = 0, greenBits = 0, blueBits = 0, alphaBits =0; local
622 redBits = CHAN_BITS;
632 redBits = CHAN_BITS;
642 redBits = CHAN_BITS;
652 redBits = CHAN_BITS;
661 redBits = CHAN_BITS;
671 redBits = 5;
688 redBits,

Completed in 3922 milliseconds

12345