/external/deqp/framework/common/ |
D | tcuPixelFormat.hpp | 39 int blueBits; member 45 , blueBits(blue) in PixelFormat() 53 , blueBits(0) in PixelFormat() 83 channelThreshold(blueBits), in getColorThreshold() 121 convertChannel(col.getBlue(), blueBits), in convertColor() 129 blueBits == other.blueBits && in operator ==()
|
/external/angle/src/libANGLE/renderer/ |
D | Format.h | 36 GLuint blueBits, 93 GLuint blueBits; member 119 GLuint blueBits, in GetChannelCount() argument 125 return (redBits > 0 ? 1 : 0) + (greenBits > 0 ? 1 : 0) + (blueBits > 0 ? 1 : 0) + in GetChannelCount() 140 GLuint blueBits, in Format() argument 163 blueBits(blueBits), in Format() 172 blueBits, in Format() 193 ASSERT(redBits > 0 || (greenBits == 0 && blueBits == 0)); in isLUMA()
|
D | d3d_format.cpp | 28 blueBits(0), in D3DFormat() 41 GLuint blueBits, in D3DFormat() argument 52 blueBits(blueBits), in D3DFormat()
|
D | d3d_format.h | 25 GLuint blueBits, 40 GLuint blueBits; member
|
/external/skia/docs/examples/ |
D | Color_Type_RGB_101010.cpp | 19 uint32_t blueBits[] = { pack101010x(0x000, 0x000, 0x3FF), pack101010x(0x000, 0x000, 0x2ff), in draw() local 24 SkPixmap bluePixmap(imageInfo, &blueBits, imageInfo.minRowBytes()); in draw() 25 if (bitmap.installPixels(imageInfo, (void*) blueBits, imageInfo.minRowBytes())) { in draw()
|
D | Color_Type_RGBA_1010102.cpp | 21 uint32_t blueBits[] = { pack1010102(0x000, 0x000, 0x3FF, 0x3), in draw() local 28 SkPixmap bluePixmap(imageInfo, &blueBits, imageInfo.minRowBytes()); in draw() 29 if (bitmap.installPixels(imageInfo, (void*) blueBits, imageInfo.minRowBytes())) { in draw()
|
/external/deqp/framework/opengl/ |
D | gluRenderConfig.cpp | 37 config->blueBits == RenderConfig::DONT_CARE && in parseConfigBitsFromName() 48 int blueBits; in parseConfigBitsFromName() member 64 config->blueBits = colorCfgs[ndx].blueBits; in parseConfigBitsFromName()
|
D | gluRenderConfig.hpp | 86 int blueBits; member 103 , blueBits (DONT_CARE) in RenderConfig()
|
D | gluFboRenderContext.cpp | 105 if (config.blueBits != glu::RenderConfig::DONT_CARE && in chooseColorFormat() 106 config.blueBits != bits[2]) in chooseColorFormat()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcConfigList.hpp | 103 , blueBits(blueBits_) in AOSPConfig() 117 , blueBits(0) in AOSPConfig() 130 deInt32 blueBits; member
|
D | glcConfigListWGL.cpp | 63 (fmtInfo.redBits > 8 || fmtInfo.greenBits > 8 || fmtInfo.blueBits > 8 || fmtInfo.alphaBits > 8)) in getDefaultWglConfigList() 80 …FIGTYPE_WGL, pixelFormat, SURFACETYPE_WINDOW, fmtInfo.redBits, fmtInfo.greenBits, fmtInfo.blueBits, in getDefaultWglConfigList()
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.hpp | 111 int blueBits; member in tcu::wgl::PixelFormatInfo 150 , blueBits (0) in PixelFormatInfo()
|
D | tcuWin32EGLNativeDisplayFactory.cpp | 196 int blueBits = 0; in createPixmap() local 204 egl.getConfigAttrib(display, config, EGL_BLUE_SIZE, &blueBits); in createPixmap() 208 bitSum = redBits+greenBits+blueBits+alphaBits; in createPixmap()
|
D | tcuWGL.cpp | 406 info.blueBits = values[WGL_BLUE_BITS_ARB]; in getPixelFormatInfo() 634 if (config.blueBits != glu::RenderConfig::DONT_CARE && in choosePixelFormat() 635 config.blueBits != info.blueBits) in choosePixelFormat()
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSPlatform.mm | 166 const bool cb = config.blueBits != glu::RenderConfig::DONT_CARE; 171 (!cb || config.blueBits == 8) && 177 (!cb || config.blueBits == 5) && 246 gl.getRenderbufferParameteriv(GL_RENDERBUFFER, GL_RENDERBUFFER_BLUE_SIZE, &pixelFormat.blueBits);
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
D | osmesa.c | 684 GLint redBits = 0, greenBits = 0, blueBits = 0, alphaBits =0; in OSMesaCreateContextAttribs() local 756 blueBits = CHAN_BITS; in OSMesaCreateContextAttribs() 766 blueBits = CHAN_BITS; in OSMesaCreateContextAttribs() 776 blueBits = CHAN_BITS; in OSMesaCreateContextAttribs() 786 blueBits = CHAN_BITS; in OSMesaCreateContextAttribs() 795 blueBits = CHAN_BITS; in OSMesaCreateContextAttribs() 805 blueBits = 5; in OSMesaCreateContextAttribs() 822 blueBits, in OSMesaCreateContextAttribs()
|
/external/deqp/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 259 config.blueBits, in EglRenderContext() 329 frame_buffer_attribs.push_back(config.blueBits); in EglRenderContext() 366 (glu::RenderConfig::DONT_CARE == config.blueBits || blue == config.blueBits) && in EglRenderContext()
|
/external/deqp/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 108 deInt32 blueBits; member 123 int blueBits; in parseConfigBitsFromName() member 134 cfgInfo.blueBits = colorCfgs[ndx].blueBits; in parseConfigBitsFromName() 272 cfgInfo.blueBits == config.blueBits && cfgInfo.alphaBits == config.alphaBits && in isGLConfigCompatible()
|
/external/mesa3d/src/mesa/main/ |
D | context.h | 75 GLint blueBits, 91 GLint blueBits,
|
D | context.c | 225 GLint blueBits, in _mesa_create_visual() argument 238 redBits, greenBits, blueBits, alphaBits, in _mesa_create_visual() 267 GLint blueBits, in _mesa_initialize_visual() argument 295 vis->blueBits = blueBits; in _mesa_initialize_visual() 297 vis->rgbBits = redBits + greenBits + blueBits; in _mesa_initialize_visual() 1564 check_component(blueBits); in check_compatible()
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | utils.c | 330 modes->blueBits = blue_bits; in driCreateConfigs() 341 + modes->blueBits + modes->alphaBits; in driCreateConfigs() 431 __ATTRIB(__DRI_ATTRIB_BLUE_SIZE, blueBits),
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_format_utils.cpp | 238 (angleFmt.blueBits == 0 && textureFmt.blueBits > 0) || in hasEmulatedImageChannels() 443 internalSwizzle.swizzleBlue = angleFormat.blueBits > 0 ? GL_BLUE : GL_ZERO; in GetFormatSwizzle()
|
/external/angle/util/ |
D | EGLWindow.cpp | 23 blueBits(-1), in ConfigParameters() 360 (mConfigParams.blueBits >= 0) ? mConfigParams.blueBits : EGL_DONT_CARE, in initializeSurface() 399 eglGetConfigAttrib(mDisplay, mConfig, EGL_BLUE_SIZE, &mConfigParams.blueBits); in initializeSurface()
|
/external/deqp/modules/gles2/functional/ |
D | es2fRasterizationTests.cpp | 272 args.blueBits = m_context.getRenderTarget().getPixelFormat().blueBits; in iterate() 369 args.blueBits = m_context.getRenderTarget().getPixelFormat().blueBits; in iterate() 473 args.blueBits = m_context.getRenderTarget().getPixelFormat().blueBits; in iterate() 1133 …const int thresholdBlue = 1 << (8 - m_context.getRenderTarget().getPixelFormat().blueBits… in iterate() 1417 args.blueBits = m_context.getRenderTarget().getPixelFormat().blueBits; in iterate() 1598 args.blueBits = m_context.getRenderTarget().getPixelFormat().blueBits; in iterate() 1796 args.blueBits = m_context.getRenderTarget().getPixelFormat().blueBits; in iterate()
|
/external/mesa3d/src/glx/ |
D | glxconfig.h | 39 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ member
|