Searched defs:sk_gpu_test (Results 1 - 25 of 30) sorted by relevance

12

/external/skia/tools/gpu/gl/debug/
H A DDebugGLTestContext.h13 namespace sk_gpu_test { namespace
15 } // namespace sk_gpu_test
/external/skia/tools/gpu/gl/mesa/
H A DGLTestContext_mesa.h13 namespace sk_gpu_test { namespace
15 } // namespace sk_gpu_test
H A DGLTestContext_mesa.cpp35 class MesaGLContext : public sk_gpu_test::GLTestContext {
146 namespace sk_gpu_test { namespace
156 } // sk_gpu_test
/external/skia/tools/gpu/gl/null/
H A DNullGLTestContext.h13 namespace sk_gpu_test { namespace
15 } // namespace sk_gpu_test
H A DNullGLTestContext.cpp18 class NullGLContext : public sk_gpu_test::GLTestContext {
31 namespace sk_gpu_test { namespace
43 } // namespace sk_gpu_test
/external/skia/tools/gpu/mock/
H A DMockTestContext.h13 namespace sk_gpu_test { namespace
21 } // namespace sk_gpu_test
H A DMockTestContext.cpp15 class MockTestContext : public sk_gpu_test::TestContext {
34 typedef sk_gpu_test::TestContext INHERITED;
39 namespace sk_gpu_test { namespace
43 } // namespace sk_gpu_test
/external/skia/tools/gpu/mtl/
H A DMtlTestContext.h15 namespace sk_gpu_test { namespace
17 } // namespace sk_gpu_test
/external/skia/tools/gpu/gl/none/
H A DCreatePlatformGLTestContext_none.cpp11 namespace sk_gpu_test { namespace
16 } // namespace sk_gpu_test
/external/skia/tools/gpu/
H A DFenceSync.h13 namespace sk_gpu_test { namespace
32 } // namespace sk_gpu_test
H A DGpuTimer.h15 namespace sk_gpu_test { namespace
75 } // namespace sk_gpu_test
H A DTestContext.cpp15 namespace sk_gpu_test { namespace
H A DTestContext.h20 namespace sk_gpu_test { namespace
109 } // namespace sk_gpu_test
H A DGrContextFactory.cpp45 namespace sk_gpu_test { namespace
319 } // namespace sk_gpu_test
H A DGrContextFactory.h19 namespace sk_gpu_test { namespace
209 } // namespace sk_gpu_test
211 GR_MAKE_BITFIELD_CLASS_OPS(sk_gpu_test::GrContextFactory::ContextOverrides);
/external/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.h13 namespace sk_gpu_test { namespace
37 } // namespace sk_gpu_test
/external/skia/tools/gpu/vk/
H A DVkTestContext.h17 namespace sk_gpu_test { namespace
45 } // namespace sk_gpu_test
H A DVkTestContext.cpp18 * Implements sk_gpu_test::FenceSync for Vulkan. It creates a single command
22 class VkFenceSync : public sk_gpu_test::FenceSync {
61 sk_gpu_test::PlatformFence SK_WARN_UNUSED_RESULT insertFence() const override {
80 return (sk_gpu_test::PlatformFence)fence;
83 bool waitFence(sk_gpu_test::PlatformFence opaqueFence) const override {
90 void deleteFence(sk_gpu_test::PlatformFence opaqueFence) const override {
103 typedef sk_gpu_test::FenceSync INHERITED;
106 GR_STATIC_ASSERT(sizeof(VkFence) <= sizeof(sk_gpu_test::PlatformFence));
109 class VkTestContextImpl : public sk_gpu_test::VkTestContext {
150 typedef sk_gpu_test
154 namespace sk_gpu_test { namespace
[all...]
/external/skia/tools/gpu/gl/
H A DGLTestContext.h14 namespace sk_gpu_test { namespace
107 } // namespace sk_gpu_test
/external/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.h14 namespace sk_gpu_test { namespace
54 } // namespace sk_gpu_test
/external/skia/tools/gpu/gl/mac/
H A DCreatePlatformGLTestContext_mac.cpp17 class MacGLTestContext : public sk_gpu_test::GLTestContext {
111 namespace sk_gpu_test { namespace
125 } // namespace sk_gpu_test
/external/skia/tools/skiaserve/
H A DRequest.h24 namespace sk_gpu_test { namespace
78 sk_gpu_test::GrContextFactory* fContextFactory;
/external/skia/tools/gpu/gl/win/
H A DCreatePlatformGLTestContext_win.cpp19 class WinGLTestContext : public sk_gpu_test::GLTestContext {
194 namespace sk_gpu_test { namespace
205 } // namespace sk_gpu_test
/external/skia/tests/
H A DTest.h18 namespace sk_gpu_test { namespace
22 } // namespace sk_gpu_test
90 typedef void (*TestProc)(skiatest::Reporter*, sk_gpu_test::GrContextFactory*);
121 using GrContextFactoryContextType = sk_gpu_test::GrContextFactory::ContextType;
126 typedef void GrContextTestFn(Reporter*, const sk_gpu_test::ContextInfo&);
134 Reporter*, sk_gpu_test::GrContextFactory*);
185 static void test_##name(skiatest::Reporter*, sk_gpu_test::GrContextFactory*); \
188 void test_##name(skiatest::Reporter* reporter, sk_gpu_test::GrContextFactory*)
192 static void test_##name(skiatest::Reporter*, sk_gpu_test::GrContextFactory*); \
195 void test_##name(skiatest::Reporter* reporter, sk_gpu_test
[all...]
/external/skia/tools/gpu/gl/egl/
H A DCreatePlatformGLTestContext_egl.cpp22 class EGLFenceSync : public sk_gpu_test::FenceSync {
26 sk_gpu_test::PlatformFence SK_WARN_UNUSED_RESULT insertFence() const override;
27 bool waitFence(sk_gpu_test::PlatformFence fence) const override;
28 void deleteFence(sk_gpu_test::PlatformFence fence) const override;
39 typedef sk_gpu_test::FenceSync INHERITED;
42 class EGLGLTestContext : public sk_gpu_test::GLTestContext {
50 std::unique_ptr<sk_gpu_test::GLTestContext> makeNew() const override;
269 std::unique_ptr<sk_gpu_test::GLTestContext> EGLGLTestContext::makeNew() const {
270 std::unique_ptr<sk_gpu_test::GLTestContext> ctx(new EGLGLTestContext(this->gl()->fStandard,
324 sk_gpu_test
347 namespace sk_gpu_test { namespace
[all...]

Completed in 554 milliseconds

12