Searched refs:is_expected (Results 1 – 3 of 3) sorted by relevance
155 void verifyImage(glw::GLuint color, bool is_expected) const;
494 void GPUShader5ImplicitConversionsTest::verifyImage(glw::GLuint color, bool is_expected) const in verifyImage()507 if (true == is_expected) in verifyImage()
364 bool is_expected = (data != NULL && *(int*)data == 3); in Unwrap() local366 NAPI_CALL(env, napi_get_boolean(env, is_expected, &result)); in Unwrap()