/external/skia/docs/examples/ |
D | Color_Type_RGB_101010.cpp | 17 uint32_t redBits[] = { pack101010x(0x3FF, 0x000, 0x000), pack101010x(0x2ff, 0x000, 0x000), in draw() local
|
D | Color_Type_RGBA_1010102.cpp | 17 uint32_t redBits[] = { pack1010102(0x3FF, 0x000, 0x000, 0x3), in draw() local
|
/external/angle/src/libANGLE/renderer/ |
D | Format.h | 88 GLuint redBits; member 112 constexpr GLuint GetChannelCount(GLuint redBits, in GetChannelCount() 133 GLuint redBits, in Format()
|
/external/deqp/framework/common/ |
D | tcuPixelFormat.hpp | 37 int redBits; member
|
D | tcuRasterizationVerifier.hpp | 115 int redBits; member
|
D | tcuRasterizationVerifier.cpp | 89 bool compareColors (const tcu::RGBA& colorA, const tcu::RGBA& colorB, int redBits, int greenBits, i… in compareColors()
|
/external/deqp/framework/opengl/ |
D | gluRenderConfig.cpp | 46 int redBits; in parseConfigBitsFromName() member
|
D | gluRenderConfig.hpp | 84 int redBits; member
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | formatutils9.h | 52 GLuint redBits; member
|
D | formatutils9.cpp | 51 GLuint redBits, in D3DFormat()
|
/external/mesa3d/src/mesa/main/ |
D | context.c | 223 GLint redBits, in _mesa_create_visual() 265 GLint redBits, in _mesa_initialize_visual()
|
D | mtypes.h | 169 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ member
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.hpp | 107 int redBits; member in tcu::wgl::PixelFormatInfo
|
D | tcuWin32EGLNativeDisplayFactory.cpp | 194 int redBits = 0; in createPixmap() local
|
/external/angle/util/ |
D | EGLWindow.h | 37 int redBits; member
|
/external/deqp/external/openglcts/modules/common/ |
D | glcConfigList.hpp | 128 deInt32 redBits; member
|
/external/angle/src/tests/deqp_support/ |
D | tcuANGLENativeDisplayFactory.cpp | 223 int redBits = 0; in createPixmap() local
|
/external/deqp/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 104 deInt32 redBits; member 119 int redBits; in parseConfigBitsFromName() member
|
/external/mesa3d/src/glx/ |
D | glxconfig.h | 39 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ member
|
/external/mesa3d/src/mesa/swrast/ |
D | s_renderbuffer.c | 403 GLuint redBits, GLuint greenBits, in add_accum_renderbuffer()
|
/external/angle/src/libANGLE/ |
D | formatutils.h | 196 GLuint redBits; member
|
/external/angle/src/tests/gl_tests/ |
D | WebGLFramebufferTest.cpp | 71 GLint redBits = 0; in checkBufferBits() local
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 743 const int redBits = getValueOrDefault(renderCfg, &RenderConfig::redBits, 8); in toRenderTarget() local
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
D | osmesa.c | 684 GLint redBits = 0, greenBits = 0, blueBits = 0, alphaBits =0; in OSMesaCreateContextAttribs() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fSampleVariableTests.cpp | 1800 int redBits = (int)deFloatRound((float)lowColor.getRed() / 255.0f * 31); in postTest() local 1807 int redBits = (int)deFloatRound((float)highColor.getRed() / 255.0f * 31); in postTest() local
|