Home
last modified time | relevance | path

Searched refs:TestStyle (Results 1 – 7 of 7) sorted by relevance

/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_int_basic_ops.cpp149 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/
DGrTestUtils.h52 void TestStyle(SkRandom*, GrStyle*);
DGrTestUtils.cpp266 void TestStyle(SkRandom* random, GrStyle* style) { in TestStyle() function
/external/skqp/src/gpu/
DGrTestUtils.h51 void TestStyle(SkRandom*, GrStyle*);
DGrTestUtils.cpp259 void TestStyle(SkRandom* random, GrStyle* style) { in TestStyle() function
/external/skqp/src/gpu/ops/
DGrTessellatingPathRenderer.cpp417 GrTest::TestStyle(random, &style); in GR_DRAW_OP_TEST_DEFINE()
/external/skia/src/gpu/ops/
DGrTriangulatingPathRenderer.cpp639 GrTest::TestStyle(random, &style); in GR_DRAW_OP_TEST_DEFINE()