Home
last modified time | relevance | path

Searched defs:blueBits (Results 1 – 22 of 22) sorted by relevance

/external/angle/src/libANGLE/renderer/
DFormat.h106 GLuint blueBits; member
132 GLuint blueBits, in GetChannelCount()
153 GLuint blueBits, in Format()
Dd3d_format.h43 GLuint blueBits; member
Dd3d_format.cpp41 GLuint blueBits, in D3DFormat()
/external/skia/docs/examples/
DColor_Type_RGB_101010.cpp18 uint32_t blueBits[] = { pack101010x(0x000, 0x000, 0x3FF), pack101010x(0x000, 0x000, 0x2ff), in draw() local
DColor_Type_RGBA_1010102.cpp20 uint32_t blueBits[] = { pack1010102(0x000, 0x000, 0x3FF, 0x3), in draw() local
/external/deqp/framework/common/
DtcuPixelFormat.hpp39 int blueBits; member
DtcuRasterizationVerifier.hpp127 int blueBits; member
DtcuRasterizationVerifier.cpp93 …eColors(const tcu::RGBA &colorA, const tcu::RGBA &colorB, int redBits, int greenBits, int blueBits) in compareColors()
/external/deqp/framework/opengl/
DgluRenderConfig.cpp46 int blueBits; in parseConfigBitsFromName() member
DgluRenderConfig.hpp96 int blueBits; member
/external/deqp/framework/platform/win32/
DtcuWGL.hpp111 int blueBits; member in tcu::wgl::PixelFormatInfo
DtcuWin32EGLNativeDisplayFactory.cpp222 int blueBits = 0; in createPixmap() local
/external/mesa3d/src/mesa/main/
Dglconfig.h25 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ member
/external/deqp/external/openglcts/modules/common/
DglcConfigList.hpp130 int32_t blueBits; member
/external/angle/util/
DEGLWindow.h41 int blueBits; member
/external/mesa3d/src/glx/
Dglxconfig.h39 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ member
/external/deqp/external/openglcts/modules/runner/
DglcTestRunner.cpp109 int32_t blueBits; member
124 int blueBits; in parseConfigBitsFromName() member
/external/angle/src/tests/gl_tests/
DWebGLFramebufferTest.cpp73 GLint blueBits = 0; in checkBufferBits() local
DPbufferTest.cpp1156 GLint redBits, greenBits, blueBits, alphaBits; in TEST_P() local
/external/angle/src/libANGLE/
Dformatutils.h260 GLuint blueBits; member
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp757 const int blueBits = getValueOrDefault(renderCfg, &RenderConfig::blueBits, 8); in toRenderTarget() local
/external/deqp/modules/gles31/functional/
Des31fSampleVariableTests.cpp1914 int blueBits = (int)deFloatRound((float)lowColor.getBlue() / 255.0f * 31); in postTest() local
1921 int blueBits = (int)deFloatRound((float)highColor.getBlue() / 255.0f * 31); in postTest() local