Searched refs:alphaShift (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | copyvertex.inc.h | 497 const size_t alphaShift = 30; // Alpha is the 30 and 31 bits in CopyXYZ10W2ToXYZWFloatVertexData() local 511 (packedValue >> alphaShift) & alphaMask, offsetOutput + (3 * outputComponentSize)); in CopyXYZ10W2ToXYZWFloatVertexData() 562 const size_t alphaShift = 0; // Alpha is the 30 and 31 bits in CopyW2XYZ10ToXYZWFloatVertexData() local 576 (packedValue >> alphaShift) & alphaMask, offsetOutput + (3 * outputComponentSize)); in CopyW2XYZ10ToXYZWFloatVertexData()
|
/third_party/mesa3d/src/mesa/main/ |
D | glconfig.h | 19 GLint redShift, greenShift, blueShift, alphaShift; member
|
/third_party/mesa3d/src/glx/ |
D | glxconfig.h | 41 GLuint redShift, greenShift, blueShift, alphaShift; member
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_screen.c | 311 modes->alphaShift = shifts[3]; in driCreateConfigs() 607 if (mode->alphaShift > -1) { in dri_fill_st_visual() 608 assert(mode->alphaShift == 48); in dri_fill_st_visual()
|
D | dri_util.c | 359 __ATTRIB(__DRI_ATTRIB_ALPHA_SHIFT, alphaShift); in driGetConfigAttribIndex()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | copyvertex.inc.h | 461 const size_t alphaShift = 30; // Alpha is the 30 and 31 bits in CopyXYZ10W2ToXYZW32FVertexData() local 475 (packedValue >> alphaShift) & alphaMask, offsetOutput + (3 * outputComponentSize)); in CopyXYZ10W2ToXYZW32FVertexData()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | RobustResourceInitTest.cpp | 98 int alphaShift = (yy % 2) * 12 + xx * 3; in UncompressDXTBlock() local 99 uint8_t alphaCode = static_cast<uint8_t>((alphaBits >> alphaShift) & 0x7); in UncompressDXTBlock()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | RobustResourceInitTest.cpp | 99 int alphaShift = (yy % 2) * 12 + xx * 3; in UncompressDXTBlock() local 100 uint8_t alphaCode = static_cast<uint8_t>((alphaBits >> alphaShift) & 0x7); in UncompressDXTBlock()
|