Searched refs:TestStyle (Results 1 – 7 of 7) sorted by relevance
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_int_basic_ops.cpp | 149 enum TestStyle enum 350 TestStyle m_style; 362 int vectorSize, TestStyle style, int num_runs_shift, in globalThreadDataNew() 411 …text context, cl_command_queue queue, int num_elements, int vectorSize, TestStyle style, int num_r… 474 …text context, cl_command_queue queue, int num_elements, int vectorSize, TestStyle style, int num_r… in test_integer_ops_threaded() 560 int vectorSize, TestStyle style, int num_runs_shift, in test_integer_ops() 1288 int vectorSize, TestStyle style, ExplicitType type ); 1304 …colon_op( deviceID, context, queue, num_elements / sizes[i], sizes[i], (TestStyle)(kBothVectors | … in run_test_sizes() 1305 …colon_op( deviceID, context, queue, num_elements / sizes[i], sizes[i], (TestStyle)(kInputAScalar |… in run_test_sizes() 1306 …colon_op( deviceID, context, queue, num_elements / sizes[i], sizes[i], (TestStyle)(kInputBScalar |… in run_test_sizes() [all …]
|
/external/skia/src/gpu/ |
D | GrTestUtils.h | 52 void TestStyle(SkRandom*, GrStyle*);
|
D | GrTestUtils.cpp | 266 void TestStyle(SkRandom* random, GrStyle* style) { in TestStyle() function
|
/external/skqp/src/gpu/ |
D | GrTestUtils.h | 51 void TestStyle(SkRandom*, GrStyle*);
|
D | GrTestUtils.cpp | 259 void TestStyle(SkRandom* random, GrStyle* style) { in TestStyle() function
|
/external/skqp/src/gpu/ops/ |
D | GrTessellatingPathRenderer.cpp | 417 GrTest::TestStyle(random, &style); in GR_DRAW_OP_TEST_DEFINE()
|
/external/skia/src/gpu/ops/ |
D | GrTriangulatingPathRenderer.cpp | 639 GrTest::TestStyle(random, &style); in GR_DRAW_OP_TEST_DEFINE()
|