HomeSort by relevance Sort by last modified time
    Searched defs:sk_gpu_test (Results 1 - 25 of 30) sorted by null

1 2

  /external/skia/tools/gpu/gl/debug/
DebugGLTestContext.h 13 namespace sk_gpu_test { namespace
15 } // namespace sk_gpu_test
  /external/skia/tools/gpu/gl/mesa/
GLTestContext_mesa.h 13 namespace sk_gpu_test { namespace
15 } // namespace sk_gpu_test
GLTestContext_mesa.cpp 35 class MesaGLContext : public sk_gpu_test::GLTestContext {
146 namespace sk_gpu_test { namespace
156 } // sk_gpu_test
  /external/skia/tools/gpu/gl/none/
CreatePlatformGLTestContext_none.cpp 11 namespace sk_gpu_test { namespace
16 } // namespace sk_gpu_test
  /external/skia/tools/gpu/gl/null/
NullGLTestContext.h 13 namespace sk_gpu_test { namespace
15 } // namespace sk_gpu_test
NullGLTestContext.cpp 18 class NullGLContext : public sk_gpu_test::GLTestContext {
31 namespace sk_gpu_test { namespace
43 } // namespace sk_gpu_test
  /external/skia/tools/gpu/mock/
MockTestContext.h 13 namespace sk_gpu_test { namespace
21 } // namespace sk_gpu_test
MockTestContext.cpp 15 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/
MtlTestContext.h 15 namespace sk_gpu_test { namespace
17 } // namespace sk_gpu_test
  /external/skia/tools/gpu/
FenceSync.h 13 namespace sk_gpu_test { namespace
32 } // namespace sk_gpu_test
TestContext.cpp 15 namespace sk_gpu_test { namespace
GpuTimer.h 15 namespace sk_gpu_test { namespace
75 } // namespace sk_gpu_test
TestContext.h 20 namespace sk_gpu_test { namespace
109 } // namespace sk_gpu_test
GrContextFactory.cpp 45 namespace sk_gpu_test { namespace
319 } // namespace sk_gpu_test
GrContextFactory.h 19 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/
GLTestContext_angle.h 13 namespace sk_gpu_test { namespace
37 } // namespace sk_gpu_test
  /external/skia/tools/gpu/vk/
VkTestContext.h 17 namespace sk_gpu_test { namespace
45 } // namespace sk_gpu_test
VkTestContext.cpp 18 * 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::VkTestContext INHERITED
154 namespace sk_gpu_test { namespace
    [all...]
  /external/skia/tools/gpu/gl/
GLTestContext.h 14 namespace sk_gpu_test { namespace
107 } // namespace sk_gpu_test
GLTestContext.cpp 15 class GLFenceSync : public sk_gpu_test::FenceSync {
17 static std::unique_ptr<GLFenceSync> MakeIfSupported(const sk_gpu_test::GLTestContext*);
19 sk_gpu_test::PlatformFence SK_WARN_UNUSED_RESULT insertFence() const override;
20 bool waitFence(sk_gpu_test::PlatformFence fence) const override;
21 void deleteFence(sk_gpu_test::PlatformFence fence) const override;
24 GLFenceSync(const sk_gpu_test::GLTestContext*, const char* ext = "");
33 GR_STATIC_ASSERT(sizeof(GLsync) <= sizeof(sk_gpu_test::PlatformFence));
46 std::unique_ptr<GLFenceSync> GLFenceSync::MakeIfSupported(const sk_gpu_test::GLTestContext* ctx) {
68 GLFenceSync::GLFenceSync(const sk_gpu_test::GLTestContext* ctx, const char* ext) {
74 sk_gpu_test::PlatformFence GLFenceSync::insertFence() const
223 namespace sk_gpu_test { namespace
    [all...]
  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.h 14 namespace sk_gpu_test { namespace
54 } // namespace sk_gpu_test
  /external/skia/tools/gpu/gl/mac/
CreatePlatformGLTestContext_mac.cpp 17 class MacGLTestContext : public sk_gpu_test::GLTestContext {
111 namespace sk_gpu_test { namespace
125 } // namespace sk_gpu_test
  /external/skia/tools/skiaserve/
Request.h 24 namespace sk_gpu_test { namespace
78 sk_gpu_test::GrContextFactory* fContextFactory;
  /external/skia/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp 19 class WinGLTestContext : public sk_gpu_test::GLTestContext {
194 namespace sk_gpu_test { namespace
205 } // namespace sk_gpu_test
  /external/skia/tests/
Test.h 18 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::GrContextFactory* factory
    [all...]

Completed in 164 milliseconds

1 2