Searched refs:blue2 (Results 1 - 3 of 3) sorted by relevance
/third_party/openssl/test/ |
H A D | property_test.c | 259 OSSL_PROPERTY_LIST *red = NULL, *blue = NULL, *blue2 = NULL; in test_property_defn_cache() local 284 && TEST_ptr(blue2 = ossl_parse_property(NULL, "blue")) in test_property_defn_cache() 285 && TEST_ptr_ne(blue2, blue) in test_property_defn_cache() 286 && TEST_true(ossl_prop_defn_set(NULL, "blue", &blue2)); in test_property_defn_cache() 288 ossl_property_free(blue2); in test_property_defn_cache() 289 blue2 = NULL; in test_property_defn_cache() 292 r = r && TEST_ptr_eq(blue2, blue) in test_property_defn_cache()
|
/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 222 eglGetConfigAttrib(mDisplay, c2, EGL_BLUE_SIZE, &blue2); 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 996 blue2 = blue1; in reader_process() 1001 blue2 = src[4]; in reader_process() 1011 buf[5] = blue2; in reader_process()
|
Completed in 6 milliseconds