Home
last modified time | relevance | path

Searched defs:drawTest (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/image/draw/
Ddraw_test.go284 type drawTest struct { struct
285 desc string
286 src image.Image
287 mask image.Image
288 op Op
289 expected color.Color
/aosp_15_r20/external/skia/tools/viewer/
H A DTextBoxSlide.cpp149 void drawTest(SkCanvas* canvas, SkScalar w, SkScalar h, SkColor fg, SkColor bg) { in drawTest() function in TextBoxSlide
290 void drawTest(SkCanvas* canvas, in drawTest() function in ShaperSlide
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DBlendFuncExtendedTest.cpp153 void drawTest() in drawTest() function in __anon7b159f1d0111::EXTBlendFuncExtendedDrawTest
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawVertexAttribDivisorTests.cpp1130 for (const auto &drawTest : drawTests) in createVertexAttributeDivisorTests() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp1248 LayoutBindingTestResult LayoutBindingBaseCase::drawTest(glw::GLint program, int binding) in drawTest() function in glcts::LayoutBindingBaseCase
/aosp_15_r20/external/skia/modules/skparagraph/slides/
H A DParagraphSlide.cpp97 void drawTest(SkCanvas* canvas, SkScalar w, SkScalar h, SkColor fg, SkColor bg) { in drawTest() function in __anon94ced9340111::ParagraphSlide1