Searched refs:blue1 (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_color_unquantize.cpp | 612 int blue1 = a - b1; in hdr_rgb_unpack3() local 643 if (blue1 < 0) in hdr_rgb_unpack3() 644 blue1 = 0; in hdr_rgb_unpack3() 645 else if (blue1 > 0xFFF) in hdr_rgb_unpack3() 646 blue1 = 0xFFF; in hdr_rgb_unpack3() 664 red1 = blue1; in hdr_rgb_unpack3() 666 blue1 = temp1; in hdr_rgb_unpack3() 673 *output1 = uint4(red1 << 4, green1 << 4, blue1 << 4, 0x7800); in hdr_rgb_unpack3()
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_color_unquantize.cpp | 559 int blue1 = a - b1; in hdr_rgb_unpack() local 571 blue1 = astc::clamp(blue1, 0, 4095); in hdr_rgb_unpack() 589 red1 = blue1; in hdr_rgb_unpack() 591 blue1 = temp1; in hdr_rgb_unpack() 598 output1 = vint4(red1 << 4, green1 << 4, blue1 << 4, 0x7800); in hdr_rgb_unpack()
|
/third_party/libabigail/tests/data/test-read-ctf/ |
H A D | test-enum-symbol.c | 1 enum {red1, green1, blue1} primary1; enumerator
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLContextCompatibilityTest.cpp | 210 EGLint red1, red2, green1, green2, blue1, blue2, alpha1, alpha2; in areConfigsCompatible() local 221 eglGetConfigAttrib(mDisplay, c1, EGL_BLUE_SIZE, &blue1); in areConfigsCompatible() 245 blue1 == blue2 && alpha1 == alpha2 && colorComponentType1 == colorComponentType2 && in areConfigsCompatible()
|
/third_party/backends/backend/ |
H A D | qcam.c | 988 int red1, green1, blue1, green2, blue2; in reader_process() local 990 blue1 = src[0]; in reader_process() 996 blue2 = blue1; in reader_process() 1008 buf[2] = blue1; in reader_process()
|
Completed in 9 milliseconds