Home
last modified time | relevance | path

Searched refs:gOut (Results 1 – 25 of 26) sorted by relevance

12

/external/skia/tests/
DPathOpsExtendedTest.cpp394 fprintf(PathOpsDebug::gOut, " \"expectSuccess\": \"%s\",\n", in json_status()
401 fprintf(PathOpsDebug::gOut, " \"expectMatch\": \"%s\",\n", in json_status()
404 fprintf(PathOpsDebug::gOut, " \"succeeded\": %s,\n", opSucceeded ? "true" : "false"); in json_status()
418 fprintf(PathOpsDebug::gOut, " \"%s\": \"%s\",\n", pathName, svg.c_str()); in json_path_out()
424 fprintf(PathOpsDebug::gOut, " \"%s\": [", pathName); in json_path_out()
430 fprintf(PathOpsDebug::gOut, ",\n "); in json_path_out()
433 fprintf(PathOpsDebug::gOut, "[%d", verbConst[verbIndex]); in json_path_out()
435 fprintf(PathOpsDebug::gOut, ", \"0x%08x\", \"0x%08x\"", in json_path_out()
439 fprintf(PathOpsDebug::gOut, ", \"0x%08x\"", SkFloat2Bits(*w)); in json_path_out()
441 fprintf(PathOpsDebug::gOut, "]"); in json_path_out()
[all …]
Dskia_test.cpp157 PathOpsDebug::gOut = fopen(FLAGS_json[0], "wb"); in main()
158 fprintf(PathOpsDebug::gOut, "{\n"); in main()
274 fprintf(PathOpsDebug::gOut, "\n}\n"); in main()
275 fclose(PathOpsDebug::gOut); in main()
DPathOpsDebug.h20 static FILE* gOut; variable
/external/skqp/tests/
DPathOpsExtendedTest.cpp488 fprintf(PathOpsDebug::gOut, " \"expectSuccess\": \"%s\",\n", in json_status()
495 fprintf(PathOpsDebug::gOut, " \"expectMatch\": \"%s\",\n", in json_status()
498 fprintf(PathOpsDebug::gOut, " \"succeeded\": %s,\n", opSucceeded ? "true" : "false"); in json_status()
512 fprintf(PathOpsDebug::gOut, " \"%s\": \"%s\",\n", pathName, svg.c_str()); in json_path_out()
520 fprintf(PathOpsDebug::gOut, " \"%s\": [", pathName); in json_path_out()
531 fprintf(PathOpsDebug::gOut, ",\n "); in json_path_out()
534 fprintf(PathOpsDebug::gOut, "[%d", verbConst[verbIndex]); in json_path_out()
536 fprintf(PathOpsDebug::gOut, ", \"0x%08x\", \"0x%08x\"", in json_path_out()
540 fprintf(PathOpsDebug::gOut, ", \"0x%08x\"", SkFloat2Bits(iter.conicWeight())); in json_path_out()
542 fprintf(PathOpsDebug::gOut, "]"); in json_path_out()
[all …]
Dskia_test.cpp140 PathOpsDebug::gOut = fopen(FLAGS_json[0], "wb"); in main()
141 fprintf(PathOpsDebug::gOut, "{\n"); in main()
257 fprintf(PathOpsDebug::gOut, "\n}\n"); in main()
258 fclose(PathOpsDebug::gOut); in main()
DPathOpsDebug.h20 static FILE* gOut; variable
DPathOpsDebug.cpp22 FILE* PathOpsDebug::gOut; member in PathOpsDebug
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dunary_u_float.cpp173 memset_pattern4(gOut[j], &pattern, BUFFER_SIZE); in TestFunc_Float_UInt()
176 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_Float_UInt()
225 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_Float_UInt()
240 uint32_t *q = (uint32_t *)(gOut[k]); in TestFunc_Float_UInt()
Di_unary_float.cpp172 memset_pattern4(gOut[j], &pattern, BUFFER_SIZE); in TestFunc_Int_Float()
175 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_Int_Float()
225 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_Int_Float()
240 uint32_t *q = (uint32_t *)(gOut[k]); in TestFunc_Int_Float()
Di_unary_double.cpp175 memset_pattern4(gOut[j], &pattern, BUFFER_SIZE); in TestFunc_Int_Double()
178 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_Int_Double()
228 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_Int_Double()
243 uint32_t *q = (uint32_t *)(gOut[k]); in TestFunc_Int_Double()
Dunary_u_double.cpp169 memset_pattern4(gOut[j], &pattern, BUFFER_SIZE); in TestFunc_Double_ULong()
172 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_Double_ULong()
221 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_Double_ULong()
236 uint64_t *q = (uint64_t *)(gOut[k]); in TestFunc_Double_ULong()
Dmad_float.cpp193 memset_pattern4(gOut[j], &pattern, BUFFER_SIZE); in TestFunc_mad_Float()
196 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_mad_Float()
260 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_mad_Float()
Dmad_double.cpp194 memset_pattern4(gOut[j], &pattern, BUFFER_SIZE); in TestFunc_mad_Double()
197 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_mad_Double()
261 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_mad_Double()
Dunary_two_results_i_float.cpp191 memset_pattern4(gOut[j], &pattern, BUFFER_SIZE); in TestFunc_FloatI_Float()
194 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_FloatI_Float()
260 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_FloatI_Float()
283 uint32_t *q = (uint32_t *)(gOut[k]); in TestFunc_FloatI_Float()
Dunary_two_results_i_double.cpp188 memset_pattern4(gOut[j], &pattern, BUFFER_SIZE); in TestFunc_DoubleI_Double()
191 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_DoubleI_Double()
257 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_DoubleI_Double()
280 uint64_t *q = (uint64_t *)(gOut[k]); in TestFunc_DoubleI_Double()
Dunary_two_results_double.cpp180 memset_pattern4(gOut[j], &pattern, BUFFER_SIZE); in TestFunc_Double2_Double()
183 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_Double2_Double()
253 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_Double2_Double()
276 uint64_t *q = (uint64_t *)(gOut[k]); in TestFunc_Double2_Double()
Dunary_two_results_float.cpp194 memset_pattern4(gOut[j], &pattern, BUFFER_SIZE); in TestFunc_Float2_Float()
197 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_Float2_Float()
307 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_Float2_Float()
334 uint32_t *q = (uint32_t *)gOut[k]; in TestFunc_Float2_Float()
Dbinary_two_results_i_double.cpp227 memset_pattern4(gOut[j], &pattern, BUFFER_SIZE); in TestFunc_DoubleI_Double_Double()
230 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_DoubleI_Double_Double()
320 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_DoubleI_Double_Double()
343 uint64_t *q = (uint64_t *)gOut[k]; in TestFunc_DoubleI_Double_Double()
Dbinary_two_results_i_float.cpp228 memset_pattern4(gOut[j], &pattern, BUFFER_SIZE); in TestFunc_FloatI_Float_Float()
231 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_FloatI_Float_Float()
321 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_FloatI_Float_Float()
344 uint32_t *q = (uint32_t *)(gOut[k]); in TestFunc_FloatI_Float_Float()
Dternary_double.cpp298 memset_pattern4(gOut[j], &pattern, BUFFER_SIZE); in TestFunc_Double_Double_Double_Double()
301 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_Double_Double_Double_Double()
365 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_Double_Double_Double_Double()
380 uint64_t *q = (uint64_t *)(gOut[k]); in TestFunc_Double_Double_Double_Double()
Dmain.cpp92 void *gOut[VECTOR_SIZE_COUNT] = { NULL, NULL, NULL, NULL, NULL, NULL }; variable
696 gOut[i] = align_malloc(BUFFER_SIZE, min_alignment); in InitCL()
697 if (NULL == gOut[i]) return TEST_FAIL; in InitCL()
745 gOut[i], &error); in InitCL()
884 align_free(gOut[i]); in ReleaseCL()
Dternary_float.cpp318 memset_pattern4(gOut[j], &pattern, BUFFER_SIZE); in TestFunc_Float_Float_Float_Float()
321 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_Float_Float_Float_Float()
400 BUFFER_SIZE, gOut[j], 0, NULL, NULL))) in TestFunc_Float_Float_Float_Float()
415 uint32_t *q = (uint32_t *)(gOut[k]); in TestFunc_Float_Float_Float_Float()
Dutility.h51 extern void *gOut[VECTOR_SIZE_COUNT];
/external/OpenCL-CTS/test_conformance/conversions/
Dtest_conversions.cpp90 void *gOut[ kCallStyleCount ] = { NULL }; variable
671 gOut[i] = malloc( BUFFER_SIZE + 2 * kPageSize ); in InitCL()
672 if( NULL == gOut[i] ) in InitCL()
/external/angle/src/tests/gl_tests/
DVertexAttributeTest.cpp122 DestT rOut, gOut, bOut, aOut; in Pack1010102() local
124 gOut = static_cast<DestT>(input[1]); in Pack1010102()
130 return rOut << 22 | gOut << 12 | bOut << 2 | aOut; in Pack1010102()
135 return (0xFFC00000u & rOut << 22) | (0x003FF000u & gOut << 12) | (0x00000FFCu & bOut << 2) | in Pack1010102()

12