Home
last modified time | relevance | path

Searched refs:is_expected (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cGPUShader5Tests.hpp155 void verifyImage(glw::GLuint color, bool is_expected) const;
Dgl3cGPUShader5Tests.cpp494 void GPUShader5ImplicitConversionsTest::verifyImage(glw::GLuint color, bool is_expected) const in verifyImage()
507 if (true == is_expected) in verifyImage()
/third_party/node/test/js-native-api/test_object/
Dtest_object.c364 bool is_expected = (data != NULL && *(int*)data == 3); in Unwrap() local
366 NAPI_CALL(env, napi_get_boolean(env, is_expected, &result)); in Unwrap()