| /third_party/glslang/Test/ |
| D | hlsl.type.type.conversion.all.frag | 88 …float2 var17 = float2x2(zeros4);// Compilation failed because: error X3017: cannot implicitly conv… 89 …float2 var18 = float2x3(zeros6);// Compilation failed because: error X3017: cannot implicitly conv… 90 …float2 var19 = float2x4(zeros8);// Compilation failed because: error X3017: cannot implicitly conv… 91 …float2 var20 = float3x2(zeros6);// Compilation failed because: error X3017: cannot implicitly conv… 92 …float2 var21 = float3x3(zeros9);// Compilation failed because: error X3017: cannot implicitly conv… 93 …float2 var22 = float3x4(zeros12);// Compilation failed because: error X3017: cannot implicitly con… 94 …float2 var23 = float4x2(zeros8);// Compilation failed because: error X3017: cannot implicitly conv… 95 …float2 var24 = float4x3(zeros12);// Compilation failed because: error X3017: cannot implicitly con… 96 …float2 var25 = float4x4(zeros16);// Compilation failed because: error X3017: cannot implicitly con… 97 …float3 var27 = float2(zeros2);// Compilation failed because: error X3017: cannot implicitly conver… [all …]
|
| /third_party/googletest/googletest/test/ |
| D | googletest-output-test-golden-lin.txt | 57 [0;31m[ FAILED ] [mNonfatalFailureTest.EscapesStringOperands 71 [0;31m[ FAILED ] [mNonfatalFailureTest.DiffForLongStrings 82 [0;31m[ FAILED ] [mFatalFailureTest.FatalFailureInSubroutine 92 [0;31m[ FAILED ] [mFatalFailureTest.FatalFailureInNestedSubroutine 101 [0;31m[ FAILED ] [mFatalFailureTest.NonfatalFailureInSubroutine 117 [0;31m[ FAILED ] [mLoggingTest.InterleavingLoggingAndAssertions 121 Failed 130 [0;31m[ FAILED ] [mSCOPED_TRACETest.AcceptedValues 134 Failed 139 Failed [all …]
|
| /third_party/mindspore/test/fuzztest/mindspore_fuzzer/ |
| D | mindspore_fuzzer.cpp | 34 printf("create context failed.\n"); in MSPreparedModelFuzzTest() 41 printf("OH_AI_DeviceInfoCreate failed.\n"); in MSPreparedModelFuzzTest() 49 printf("create model failed.\n"); in MSPreparedModelFuzzTest() 64 printf("OH_AI_ContextGetThreadNum failed.\n"); in MSContextFuzzTest_Null() 71 printf("OH_AI_ContextGetThreadAffinityMode failed.\n"); in MSContextFuzzTest_Null() 78 printf("OH_AI_ContextGetThreadAffinityCoreList failed.\n"); in MSContextFuzzTest_Null() 85 printf("OH_AI_ContextGetEnableParallel failed.\n"); in MSContextFuzzTest_Null() 92 printf("OH_AI_DeviceInfoCreate cpu failed.\n"); in MSContextFuzzTest_Null() 99 printf("OH_AI_DeviceInfoCreate failed.\n"); in MSContextFuzzTest_Null() 106 printf("OH_AI_DeviceInfoGetProvider failed.\n"); in MSContextFuzzTest_Null() [all …]
|
| D | context_c_fuzzer.cpp | 9 printf("create context failed.\n"); in MSContextFuzzTest_ThreadNum() 20 printf("create model failed.\n"); in MSContextFuzzTest_ThreadNum() 30 printf("create context failed.\n"); in MSContextFuzzTest_ThreadAffinityMode() 41 printf("create model failed.\n"); in MSContextFuzzTest_ThreadAffinityMode() 51 printf("create context failed.\n"); in MSContextFuzzTest_Provider() 56 printf("malloc failed.\n"); in MSContextFuzzTest_Provider() 60 printf("memcpy_s failed."); in MSContextFuzzTest_Provider() 67 printf("OH_AI_DeviceInfoCreate failed.\n"); in MSContextFuzzTest_Provider() 80 printf("create model failed.\n"); in MSContextFuzzTest_Provider() 93 printf("create context failed.\n"); in MSContextFuzzTest_ThreadNum_Add1() [all …]
|
| /third_party/python/Python/ |
| D | Python-ast.c | 3624 if (!result) goto failed; in ast2obj_mod() 3626 if (!value) goto failed; in ast2obj_mod() 3628 goto failed; in ast2obj_mod() 3632 if (!value) goto failed; in ast2obj_mod() 3634 goto failed; in ast2obj_mod() 3640 if (!result) goto failed; in ast2obj_mod() 3643 if (!value) goto failed; in ast2obj_mod() 3645 goto failed; in ast2obj_mod() 3651 if (!result) goto failed; in ast2obj_mod() 3653 if (!value) goto failed; in ast2obj_mod() [all …]
|
| /third_party/ltp/testcases/kernel/device-drivers/drm/user_space/ |
| D | user_tdrm.c | 114 printf("ERROR: Open of device %s failed %d errno = %d\n", in tdrmopen() 148 printf("Failed on drm ioctl DRM(get_magic) test\n"); in main() 155 printf("Failed on drm ioctl DRM(get_status) test\n"); in main() 165 printf("Failed on drm ioctl DRM(irq_busid)\n"); in main() 169 printf("Failed on drm ioctl DRM(get_client)\n"); in main() 173 printf("Failed on drm ioctl DRM(block)\n"); in main() 177 printf("Failed on drm ioctl DRM(unblock)\n"); in main() 181 printf("Failed on drm ioctl DRM(addctx)\n"); in main() 185 printf("Failed on drm ioctl DRM(rmctx)\n"); in main() 189 printf("Failed on drm ioctl DRM(getctx)\n"); in main() [all …]
|
| /third_party/musl/libc-test/src/functional/ |
| D | dlopen.c | 22 t_error("dlopen(name=%s, mode=%d) failed: %s\n", name, mode, dlerror()); in do_dlopen() 25 t_error("dlclose %s failed : %s \n", name, dlerror()); in do_dlopen() 52 t_error("dlopen(name=%s, mode=%d) failed: %s\n", SO_LOAD_BY_LOCAL, RTLD_LOCAL, dlerror()); in dlopen_so_used_by_dlsym() 57 t_error("dlsym RTLD_LOCAL so(%s) should failed but get succeed.\n", "for_local"); in dlopen_so_used_by_dlsym() 61 t_error("dlclose %s failed : %s \n", SO_LOAD_BY_LOCAL, dlerror()); in dlopen_so_used_by_dlsym() 66 t_error("dlopen(name=%s, mode=%d) failed: %s\n", SO_LOAD_BY_GLOBAL, RTLD_LOCAL, dlerror()); in dlopen_so_used_by_dlsym() 71 t_error("dlsym RTLD_GLOBAL so(%s) should succeed but get failed: %s \n", "for_global", dlerror()); in dlopen_so_used_by_dlsym() 75 t_error("dlclose %s failed : %s \n", SO_LOAD_BY_GLOBAL, dlerror()); in dlopen_so_used_by_dlsym() 83 t_error("dlopen(name=%s, mode=RTLD_NODELETE) failed: %s\n", SO_FOR_NO_DELETE, dlerror()); in dlopen_nodelete_and_noload() 86 t_error("dlclose %s failed : %s \n", SO_FOR_NO_DELETE, dlerror()); in dlopen_nodelete_and_noload() [all …]
|
| D | pthread_tsd.c | 5 #define TESTC(c, m) ( (c) || (t_error("%s failed (" m ")\n", #c), 0) ) 7 ((r) = (f)) == 0 || (t_error("%s failed: %s (" m ")\n", #f, strerror(r)), 0) ) 32 TESTR(r, pthread_key_create(&k1, dtor), "failed to create key"); in main() 33 TESTR(r, pthread_key_create(&k2, dtor), "failed to create key"); in main() 35 TESTR(r, pthread_setspecific(k1, bar), "failed to set tsd"); in main() 36 TESTR(r, pthread_setspecific(k2, bar+1), "failed to set tsd"); in main() 37 TESTR(r, pthread_create(&td, 0, start, foo), "failed to create thread"); in main() 38 TESTR(r, pthread_join(td, &res), "failed to join"); in main() 39 TESTC(res == 0, "pthread_setspecific failed in thread"); in main() 40 TESTC(foo[0] == 1, "dtor failed to run"); in main() [all …]
|
| /third_party/rust/crates/libloading/src/ |
| D | error.rs | 25 /// The `dlopen` call failed. 30 /// The `dlopen` call failed and system did not report an error. 32 /// The `dlsym` call failed. 37 /// The `dlsym` call failed and system did not report an error. 39 /// The `dlclose` call failed. 44 /// The `dlclose` call failed and system did not report an error. 46 /// The `LoadLibraryW` call failed. 51 /// The `LoadLibraryW` call failed and system did not report an error. 53 /// The `GetModuleHandleExW` call failed. 58 /// The `GetModuleHandleExW` call failed and system did not report an error. [all …]
|
| /third_party/musl/libc-test/src/functionalext/hilog/ |
| D | hilog_level.c | 61 t_error("LOG_LEVEL_FATAL level LOG_FATAL print failed \n"); in TestFatalLevel() 64 t_error("LOG_LEVEL_FATAL level LOG_ERROR print failed \n"); in TestFatalLevel() 67 t_error("LOG_LEVEL_FATAL level LOG_WARN print failed \n"); in TestFatalLevel() 70 t_error("LOG_LEVEL_FATAL level LOG_INFO print failed \n"); in TestFatalLevel() 73 t_error("LOG_LEVEL_FATAL level LOG_DEBUG print failed \n"); in TestFatalLevel() 85 t_error("LOG_LEVEL_ERROR level LOG_FATAL print failed \n"); in TestErrorLevel() 88 t_error("LOG_LEVEL_ERROR level LOG_ERROR print failed \n"); in TestErrorLevel() 91 t_error("LOG_LEVEL_ERROR level LOG_WARN print failed \n"); in TestErrorLevel() 94 t_error("LOG_LEVEL_ERROR level LOG_INFO print failed \n"); in TestErrorLevel() 97 t_error("LOG_LEVEL_ERROR level LOG_DEBUG print failed \n"); in TestErrorLevel() [all …]
|
| /third_party/libdrm/tests/tegra/ |
| D | vic-blit.c | 45 fprintf(stderr, "failed to create job: %s\n", strerror(-err)); in clear() 51 fprintf(stderr, "failed to create push buffer: %s\n", strerror(-err)); in clear() 57 fprintf(stderr, "failed to clear surface: %s\n", strerror(-err)); in clear() 63 fprintf(stderr, "failed to prepare push buffer: %s\n", strerror(-err)); in clear() 69 fprintf(stderr, "failed to execute operation: %s\n", strerror(-err)); in clear() 76 fprintf(stderr, "failed to push syncpoint: %s\n", strerror(-err)); in clear() 82 fprintf(stderr, "failed to update push buffer: %s\n", strerror(-err)); in clear() 88 fprintf(stderr, "failed to submit job: %s\n", strerror(-err)); in clear() 94 fprintf(stderr, "failed to wait for job: %s\n", strerror(-err)); in clear() 114 fprintf(stderr, "failed to create job: %s\n", strerror(-err)); in fill() [all …]
|
| D | vic-flip.c | 45 fprintf(stderr, "failed to create job: %s\n", strerror(-err)); in clear() 51 fprintf(stderr, "failed to create push buffer: %s\n", strerror(-err)); in clear() 57 fprintf(stderr, "failed to prepare push buffer: %s\n", strerror(-err)); in clear() 63 fprintf(stderr, "failed to clear surface: %s\n", strerror(-err)); in clear() 69 fprintf(stderr, "failed to execute operation: %s\n", strerror(-err)); in clear() 76 fprintf(stderr, "failed to push syncpoint: %s\n", strerror(-err)); in clear() 82 fprintf(stderr, "failed to update push buffer: %s\n", strerror(-err)); in clear() 88 fprintf(stderr, "failed to submit job: %s\n", strerror(-err)); in clear() 94 fprintf(stderr, "failed to wait for job: %s\n", strerror(-err)); in clear() 114 fprintf(stderr, "failed to create job: %s\n", strerror(-err)); in fill() [all …]
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
| D | esextcTessellationShaderMaxPatchVertices.cpp | 376 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv() failed for GL_MAX_PATCH_VERTICES_EXT pname!"); in initTest() 380 …GLU_EXPECT_NO_ERROR(gl.getError(), "glPatchParameteriEXT() failed for GL_PATCH_VERTICES_EXT pname!… in initTest() 406 TCU_FAIL("Memory allocation failed!"); in initVertexBufferObjects() 413 TCU_FAIL("Memory allocation failed!"); in initVertexBufferObjects() 431 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenBuffers() failed!"); in initVertexBufferObjects() 434 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindBuffer() failed!"); in initVertexBufferObjects() 438 GLU_EXPECT_NO_ERROR(gl.getError(), "glBufferData() failed!"); in initVertexBufferObjects() 446 GLU_EXPECT_NO_ERROR(gl.getError(), "glVertexAttribPointer(fv) failed!"); in initVertexBufferObjects() 449 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnableVertexAttribArray(fv) failed!"); in initVertexBufferObjects() 455 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenBuffers(ARRAY_BUFFER) failed!"); in initVertexBufferObjects() [all …]
|
| /third_party/curl/tests/unit/ |
| D | unit1603.c | 74 fail_unless(nodep, "insertion into hash failed"); 76 fail_unless(nodep == key1, "hash retrieval failed"); 79 fail_unless(nodep, "insertion into hash failed"); 81 fail_unless(nodep == key2, "hash retrieval failed"); 84 fail_unless(nodep, "insertion into hash failed"); 86 fail_unless(nodep == key3, "hash retrieval failed"); 90 fail_unless(nodep, "insertion into hash failed"); 92 fail_unless(nodep == key4, "hash retrieval failed"); 96 fail_unless(nodep == key1, "hash retrieval failed"); 98 fail_unless(nodep == key2, "hash retrieval failed"); [all …]
|
| /third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
| D | test_struct_namevalue.c | 116 FAIL_TEST("SPDY_name_value_create failed\n"); in main() 121 FAIL_TEST("SPDY_name_value_lookup failed\n"); in main() 126 FAIL_TEST("SPDY_name_value_iterate failed\n"); in main() 133 FAIL_TEST("SPDY_name_value_add failed\n"); in main() 138 FAIL_TEST("SPDY_name_value_iterate failed\n"); in main() 144 FAIL_TEST("SPDY_name_value_lookup failed\n"); in main() 154 FAIL_TEST("SPDY_name_value_lookup failed\n"); in main() 163 FAIL_TEST("SPDY_name_value_iterate with brake failed\n"); in main() 177 FAIL_TEST("SPDY_name_value_add with NULLs failed\n"); in main() 185 FAIL_TEST("SPDY_name_value_iterate with NULLs failed\n"); in main() [all …]
|
| /third_party/pcre2/pcre2/testdata/ |
| D | testoutput14-8 | 12 Failed: error -16: UTF-8 error: code points 0xd800-0xdfff are not defined at offset 2 18 Failed: error -16: UTF-8 error: code points 0xd800-0xdfff are not defined at offset 2 22 Failed: error -16: UTF-8 error: code points 0xd800-0xdfff are not defined at offset 2 26 Failed: error -16: UTF-8 error: code points 0xd800-0xdfff are not defined at offset 2 30 Failed: error -16: UTF-8 error: code points 0xd800-0xdfff are not defined at offset 2 34 Failed: error -15: UTF-8 error: code points greater than 0x10ffff are not defined at offset 2 36 Failed: error -16: UTF-8 error: code points 0xd800-0xdfff are not defined at offset 2 40 Failed: error -3: UTF-8 error: 1 byte missing at end at offset 1 42 Failed: error -4: UTF-8 error: 2 bytes missing at end at offset 2 44 Failed: error -3: UTF-8 error: 1 byte missing at end at offset 3 [all …]
|
| /third_party/musl/libc-test/src/functionalext/supplement/multibyte/ |
| D | c32rtomb.c | 32 t_error("%s c32rtomb failed\n", __func__); in c32rtomb_0100() 37 t_error("%s c32rtomb failed\n", __func__); in c32rtomb_0100() 53 t_error("%s c32rtomb failed\n", __func__); in c32rtomb_0200() 56 t_error("%s bytes[0] failed\n", __func__); in c32rtomb_0200() 59 t_error("%s bytes[1] failed\n", __func__); in c32rtomb_0200() 65 t_error("%s c32rtomb failed\n", __func__); in c32rtomb_0200() 68 t_error("%s bytes[0] failed\n", __func__); in c32rtomb_0200() 83 t_error("%s setlocale failed\n", __func__); in c32rtomb_0300() 91 t_error("%s c32rtomb failed\n", __func__); in c32rtomb_0300() 94 t_error("%s bytes[0] failed\n", __func__); in c32rtomb_0300() [all …]
|
| /third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
| D | fseeko.c | 32 t_error("%s fopen failed\n", __func__); in fseeko_0100() 37 t_error("%s fwrite failed\n", __func__); in fseeko_0100() 43 t_error("%s fseeko failed, result is %d\n", __func__, result); in fseeko_0100() 46 t_error("%s fseeko failed, ch is %c\n", __func__, ch); in fseeko_0100() 62 t_error("%s fopen failed\n", __func__); in fseeko_0200() 67 t_error("%s fwrite failed\n", __func__); in fseeko_0200() 73 t_error("%s fseeko failed, result is %d\n", __func__, result); in fseeko_0200() 76 t_error("%s fseeko failed, ch is %c\n", __func__, ch); in fseeko_0200() 92 t_error("%s fopen failed\n", __func__); in fseeko_0300() 97 t_error("%s fwrite failed\n", __func__); in fseeko_0300() [all …]
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| D | glcTextureCompatibilityTests.cpp | 169 GLU_EXPECT_NO_ERROR(gl.getError(), "glDeleteTextures() failed"); in deinit() 172 GLU_EXPECT_NO_ERROR(gl.getError(), "glDeleteBuffers() failed"); in deinit() 175 GLU_EXPECT_NO_ERROR(gl.getError(), "glDeleteBuffers() failed"); in deinit() 187 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenRenderbuffers() failed"); in iterate() 189 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindRenderbuffer() failed"); in iterate() 191 GLU_EXPECT_NO_ERROR(gl.getError(), "glRenderbufferStorage() failed"); in iterate() 197 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenFramebuffers() failed"); in iterate() 199 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindFramebuffer() failed"); in iterate() 201 GLU_EXPECT_NO_ERROR(gl.getError(), "glFramebufferRenderbuffer() failed"); in iterate() 204 GLU_EXPECT_NO_ERROR(gl.getError(), "glViewport() failed"); in iterate() [all …]
|
| /third_party/musl/libc-test/src/functionalext/supplement/thread/ |
| D | cnd_timedwait.c | 28 t_error("%s mtx_lock failed\n", __func__); in signal_parent() 31 t_error("%s cnd_signal failed\n", __func__); in signal_parent() 34 t_error("%s mtx_unlock failed\n", __func__); in signal_parent() 51 t_error("%s cnd_init failed\n", __func__); in cnd_timedwait_0100() 54 t_error("%s mtx_init failed\n", __func__); in cnd_timedwait_0100() 57 t_error("%s mtx_lock failed\n", __func__); in cnd_timedwait_0100() 60 t_error("%s clock_gettime failed\n", __func__); in cnd_timedwait_0100() 66 t_error("%s thrd_create failed\n", __func__); in cnd_timedwait_0100() 70 t_error("%s cnd_timedwait failed\n", __func__); in cnd_timedwait_0100() 74 t_error("%s thrd_join failed\n", __func__); in cnd_timedwait_0100() [all …]
|
| /third_party/python/PC/ |
| D | pyshellext.cpp | 35 if (FAILED(hr)) { in FilenameListCchLengthA() 56 if (FAILED(hr)) { in FilenameListCchLengthW() 78 if (FAILED(hr)) { in FilenameListCchCopyA() 86 if (FAILED(hr)) { in FilenameListCchCopyA() 105 if (FAILED(hr)) { in FilenameListCchCopyW() 113 if (FAILED(hr)) { in FilenameListCchCopyW() 163 if (FAILED(hr)) { 164 … OutputDebugString(L"PyShellExt::UpdateDropDescription - failed to get DROPDESCRIPTION format"); 174 … OutputDebugString(L"PyShellExt::UpdateDropDescription - failed to lock DROPDESCRIPTION hGlobal"); 201 if (FAILED(hr)) { [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/ |
| D | 1-1.c | 38 puts("Test Failed: \%a doesn't equal at least 3 bytes"); in main() 47 puts("Test Failed: \%A doesn't equal to 6 bytes"); in main() 56 puts("Test Failed: \%b doesn't equal to 3 bytes"); in main() 65 puts("Test Failed: \%B is less than3 bytes"); in main() 76 * puts("Test Failed: \%c doesn't equal at least 30 bytes"); in main() 85 puts("Test Failed: \%C doesn't equal at least 2 bytes"); in main() 94 puts("Test Failed: \%d doesn't equal at least 2 bytes"); in main() 105 * puts("Test Failed: \%D doesn't equal at least 2 bytes"); in main() 115 puts("Test Failed: \%e doesn't equal at least 2 bytes"); in main() 124 puts("Test Failed: \%F doesn't equal at least 10 bytes"); in main() [all …]
|
| /third_party/curl/tests/data/ |
| D | test1538 | 37 e2: Failed initialization 45 e10: FTP: The server failed to connect to data port 54 e19: FTP: couldn't retrieve (RETR failed) the specified file 58 e23: Failed writing received data to disk/application 60 e25: Upload failed (at start/before it took off) 61 e26: Failed to open/read local data from file/application 65 e30: FTP: command PORT failed 66 e31: FTP: command REST failed 74 e39: LDAP: search failed 80 e45: Failed binding local connection end [all …]
|
| /third_party/cJSON/tests/ |
| D | json_patch_tests.c | 38 TEST_ASSERT_NOT_NULL_MESSAGE(file, "Failed to read file."); in parse_test_file() 41 TEST_ASSERT_NOT_NULL_MESSAGE(json, "Failed to parse test json."); in parse_test_file() 99 …UAL_INT_MESSAGE(0, cJSONUtils_ApplyPatchesCaseSensitive(object, patch), "Failed to apply patches."… in test_apply_patch() 116 printf("FAILED\n"); in test_apply_patch() 157 TEST_ASSERT_NOT_NULL_MESSAGE(patch, "Failed to generate patches."); in test_generate_test() 164 …TEST_ASSERT_EQUAL_INT_MESSAGE(0, cJSONUtils_ApplyPatchesCaseSensitive(object, patch), "Failed to a… in test_generate_test() 177 printf("generated patch: FAILED\n"); in test_generate_test() 188 cJSON_bool failed = false; in cjson_utils_should_pass_json_patch_test_tests() local 191 failed |= !test_apply_patch(test); in cjson_utils_should_pass_json_patch_test_tests() 192 failed |= !test_generate_test(test); in cjson_utils_should_pass_json_patch_test_tests() [all …]
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
| D | esextcGeometryShaderAPI.cpp | 206 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenFramebuffers() call failed."); in initFBO() 210 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenTextures() call failed."); in initFBO() 214 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindTexture() call failed."); in initFBO() 218 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexStorage2D() call failed."); in initFBO() 222 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindFramebuffer() call failed."); in initFBO() 225 GLU_EXPECT_NO_ERROR(gl.getError(), "glFramebufferTexture2D() call failed."); in initFBO() 232 GLU_EXPECT_NO_ERROR(gl.getError(), "glViewport() call failed."); in initFBO() 243 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenProgramPipelines() call failed."); in initPipelineObject() 249 GLU_EXPECT_NO_ERROR(gl.getError(), "glUseProgramStages() call(s) failed."); in initPipelineObject() 254 * Sets the test result to QP_TEST_RESULT_FAIL if the test failed, QP_TEST_RESULT_PASS otherwise. [all …]
|