Home
last modified time | relevance | path

Searched refs:greenShift (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dcopyvertex.inc.h493 const size_t greenShift = 10; // green is bits 10 through 19 in CopyXYZ10W2ToXYZWFloatVertexData() local
507 (packedValue >> greenShift) & rgbMask, offsetOutput + (1 * outputComponentSize)); in CopyXYZ10W2ToXYZWFloatVertexData()
526 const size_t greenShift = 12; // green is bits 12 through 21 in CopyXYZ10ToXYZWFloatVertexData() local
539 (packedValue >> greenShift) & rgbMask, offsetOutput + (1 * outputComponentSize)); in CopyXYZ10ToXYZWFloatVertexData()
558 const size_t greenShift = 12; // green is bits 12 through 21 in CopyW2XYZ10ToXYZWFloatVertexData() local
572 (packedValue >> greenShift) & rgbMask, offsetOutput + (1 * outputComponentSize)); in CopyW2XYZ10ToXYZWFloatVertexData()
/third_party/mesa3d/src/mesa/main/
H A Dglconfig.h19 GLint redShift, greenShift, blueShift, alphaShift; member
H A Dcontext.c1333 check_component(greenShift); in check_compatible()
/third_party/mesa3d/src/glx/
H A Dglxconfig.h41 GLuint redShift, greenShift, blueShift, alphaShift; member
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_screen.c309 modes->greenShift = shifts[1]; in driCreateConfigs()
H A Ddri_util.c357 __ATTRIB(__DRI_ATTRIB_GREEN_SHIFT, greenShift); in driGetConfigAttribIndex()

Completed in 6 milliseconds