OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sub_clear_test
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
VkClearTests.cpp
101
void
sub_clear_test
(skiatest::Reporter* reporter, GrContext* context, GrPixelConfig config) {
function
204
sub_clear_test
(reporter, ctxInfo.grContext(), kRGBA_8888_GrPixelConfig);
205
sub_clear_test
(reporter, ctxInfo.grContext(), kBGRA_8888_GrPixelConfig);
/external/skqp/tests/
VkClearTests.cpp
101
void
sub_clear_test
(skiatest::Reporter* reporter, GrContext* context, GrPixelConfig config) {
function
204
sub_clear_test
(reporter, ctxInfo.grContext(), kRGBA_8888_GrPixelConfig);
205
sub_clear_test
(reporter, ctxInfo.grContext(), kBGRA_8888_GrPixelConfig);
Completed in 90 milliseconds