Searched refs:blueShift (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | copyvertex.inc.h | 494 const size_t blueShift = 20; // blue is bits 20 through 29 in CopyXYZ10W2ToXYZWFloatVertexData() local 509 (packedValue >> blueShift) & rgbMask, offsetOutput + (2 * outputComponentSize)); in CopyXYZ10W2ToXYZWFloatVertexData() 527 const size_t blueShift = 2; // blue is bits 2 through 11 in CopyXYZ10ToXYZWFloatVertexData() local 541 (packedValue >> blueShift) & rgbMask, offsetOutput + (2 * outputComponentSize)); in CopyXYZ10ToXYZWFloatVertexData() 559 const size_t blueShift = 2; // blue is bits 2 through 11 in CopyW2XYZ10ToXYZWFloatVertexData() local 574 (packedValue >> blueShift) & rgbMask, offsetOutput + (2 * outputComponentSize)); in CopyW2XYZ10ToXYZWFloatVertexData()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glconfig.h | 19 GLint redShift, greenShift, blueShift, alphaShift; member
|
H A D | context.c | 1334 check_component(blueShift); in check_compatible()
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | psblues.h | 157 CF2_Fixed blueShift; member
|
H A D | psblues.c | 102 &blues->blueShift, in cf2_blues_init() 504 blues->blueShift ) in FT_LOCAL_DEF() 540 blues->blueShift ) in FT_LOCAL_DEF()
|
H A D | psft.h | 90 CF2_Fixed* blueShift,
|
H A D | psft.c | 551 CF2_Fixed* blueShift, in cf2_getBlueMetrics() 559 *blueShift = cf2_intToFixed( in cf2_getBlueMetrics() 549 cf2_getBlueMetrics( PS_Decoder* decoder, CF2_Fixed* blueScale, CF2_Fixed* blueShift, CF2_Fixed* blueFuzz ) cf2_getBlueMetrics() argument
|
/third_party/mesa3d/src/glx/ |
H A D | glxconfig.h | 41 GLuint redShift, greenShift, blueShift, alphaShift; member
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_screen.c | 310 modes->blueShift = shifts[2]; in driCreateConfigs()
|
H A D | dri_util.c | 358 __ATTRIB(__DRI_ATTRIB_BLUE_SHIFT, blueShift); in driGetConfigAttribIndex()
|
Completed in 9 milliseconds