HomeSort by relevance Sort by last modified time
    Searched refs:GLTestContext (Results 1 - 25 of 50) sorted by null

1 2

  /external/skia/tools/gpu/gl/none/
CreatePlatformGLTestContext_none.cpp 9 #include "gl/GLTestContext.h"
12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
13 GLTestContext *shareContext) {
  /external/skia/tools/gpu/gl/null/
NullGLTestContext.h 11 #include "gl/GLTestContext.h"
14 GLTestContext* CreateNullGLTestContext(bool enableNVPR, GLTestContext* shareContext);
NullGLTestContext.cpp 18 class NullGLContext : public sk_gpu_test::GLTestContext {
35 GLTestContext* CreateNullGLTestContext(bool enableNVPR, GLTestContext* shareContext) {
39 GLTestContext* ctx = new NullGLContext(enableNVPR);
  /external/skqp/tools/gpu/gl/none/
CreatePlatformGLTestContext_none.cpp 9 #include "gl/GLTestContext.h"
12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
13 GLTestContext *shareContext) {
  /external/skqp/tools/gpu/gl/null/
NullGLTestContext.h 11 #include "gl/GLTestContext.h"
14 GLTestContext* CreateNullGLTestContext(bool enableNVPR, GLTestContext* shareContext);
NullGLTestContext.cpp 18 class NullGLContext : public sk_gpu_test::GLTestContext {
35 GLTestContext* CreateNullGLTestContext(bool enableNVPR, GLTestContext* shareContext) {
39 GLTestContext* ctx = new NullGLContext(enableNVPR);
  /external/skia/tools/fiddle/
null_context.cpp 12 std::unique_ptr<sk_gpu_test::GLTestContext>* glContext) {
egl_context.cpp 12 #include "gl/GLTestContext.h"
21 std::unique_ptr<sk_gpu_test::GLTestContext>* glContext) {
fiddle_main.h 35 class GLTestContext;
95 std::unique_ptr<sk_gpu_test::GLTestContext>* glContext);
  /external/skqp/tools/fiddle/
null_context.cpp 12 std::unique_ptr<sk_gpu_test::GLTestContext>* glContext) {
egl_context.cpp 12 #include "gl/GLTestContext.h"
21 std::unique_ptr<sk_gpu_test::GLTestContext>* glContext) {
fiddle_main.h 35 class GLTestContext;
95 std::unique_ptr<sk_gpu_test::GLTestContext>* glContext);
  /external/skia/tools/gpu/gl/angle/
GLTestContext_angle.h 11 #include "gl/GLTestContext.h"
32 /** Creates a GLTestContext backed by ANGLE. */
33 std::unique_ptr<GLTestContext> MakeANGLETestContext(ANGLEBackend, ANGLEContextVersion,
34 GLTestContext* shareContext = nullptr,
  /external/skqp/tools/gpu/gl/angle/
GLTestContext_angle.h 11 #include "gl/GLTestContext.h"
32 /** Creates a GLTestContext backed by ANGLE. */
33 std::unique_ptr<GLTestContext> MakeANGLETestContext(ANGLEBackend, ANGLEContextVersion,
34 GLTestContext* shareContext = nullptr,
  /external/skia/tools/gpu/gl/
GLTestContext.h 19 class GLTestContext : public TestContext {
21 ~GLTestContext() override;
56 virtual std::unique_ptr<GLTestContext> makeNew() const { return nullptr; }
77 GLTestContext();
98 * context with which to share display lists. This should be a pointer to an GLTestContext created
102 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
103 GLTestContext *shareContext = nullptr);
GLTestContext.cpp 8 #include "GLTestContext.h"
18 static std::unique_ptr<FenceSync> MakeIfSupported(const sk_gpu_test::GLTestContext*);
25 GLFenceSync(const sk_gpu_test::GLTestContext*, const char* ext = "");
49 GLNVFenceSync(const sk_gpu_test::GLTestContext*);
76 const sk_gpu_test::GLTestContext* ctx) {
100 GLFenceSync::GLFenceSync(const sk_gpu_test::GLTestContext* ctx, const char* ext) {
121 GLNVFenceSync::GLNVFenceSync(const sk_gpu_test::GLTestContext* ctx) {
147 static std::unique_ptr<GLGpuTimer> MakeIfSupported(const sk_gpu_test::GLTestContext*);
154 GLGpuTimer(bool disjointSupport, const sk_gpu_test::GLTestContext*, const char* ext = "");
186 std::unique_ptr<GLGpuTimer> GLGpuTimer::MakeIfSupported(const sk_gpu_test::GLTestContext* ctx)
    [all...]
  /external/skqp/tools/gpu/gl/
GLTestContext.h 19 class GLTestContext : public TestContext {
21 ~GLTestContext() override;
57 virtual std::unique_ptr<GLTestContext> makeNew() const { return nullptr; }
78 GLTestContext();
99 * context with which to share display lists. This should be a pointer to an GLTestContext created
103 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
104 GLTestContext *shareContext = nullptr);
GLTestContext.cpp 8 #include "GLTestContext.h"
18 static std::unique_ptr<FenceSync> MakeIfSupported(const sk_gpu_test::GLTestContext*);
25 GLFenceSync(const sk_gpu_test::GLTestContext*, const char* ext = "");
49 GLNVFenceSync(const sk_gpu_test::GLTestContext*);
76 const sk_gpu_test::GLTestContext* ctx) {
100 GLFenceSync::GLFenceSync(const sk_gpu_test::GLTestContext* ctx, const char* ext) {
121 GLNVFenceSync::GLNVFenceSync(const sk_gpu_test::GLTestContext* ctx) {
147 static std::unique_ptr<GLGpuTimer> MakeIfSupported(const sk_gpu_test::GLTestContext*);
154 GLGpuTimer(bool disjointSupport, const sk_gpu_test::GLTestContext*, const char* ext = "");
186 std::unique_ptr<GLGpuTimer> GLGpuTimer::MakeIfSupported(const sk_gpu_test::GLTestContext* ctx)
    [all...]
  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.h 12 #include "gl/GLTestContext.h"
15 class CommandBufferGLTestContext : public GLTestContext {
19 static CommandBufferGLTestContext *Create(GLTestContext* shareContext) {
  /external/skqp/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.h 12 #include "gl/GLTestContext.h"
15 class CommandBufferGLTestContext : public GLTestContext {
19 static CommandBufferGLTestContext *Create(GLTestContext* shareContext) {
  /external/skia/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp 9 #include "gl/GLTestContext.h"
15 GLTestContext* CreatePlatformGLTestContext(GrGLStandard, GLTestContext*) { return nullptr; }
35 class WinGLTestContext : public sk_gpu_test::GLTestContext {
221 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
222 GLTestContext *shareContext) {
  /external/skqp/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp 9 #include "gl/GLTestContext.h"
15 GLTestContext* CreatePlatformGLTestContext(GrGLStandard, GLTestContext*) { return nullptr; }
35 class WinGLTestContext : public sk_gpu_test::GLTestContext {
221 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
222 GLTestContext *shareContext) {
  /external/skia/tools/gpu/
GrContextFactory.h 14 #include "gl/GLTestContext.h"
162 std::unique_ptr<GLTestContext> fSentinelGLContext;
178 GLTestContext* glContext() const {
180 return static_cast<GLTestContext*>(fTestContext);
  /external/skia/tools/gpu/gl/mac/
CreatePlatformGLTestContext_mac.cpp 10 #include "gl/GLTestContext.h"
23 class MacGLTestContext : public sk_gpu_test::GLTestContext {
132 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
133 GLTestContext* shareContext) {
  /external/skqp/tools/gpu/
GrContextFactory.h 14 #include "gl/GLTestContext.h"
162 std::unique_ptr<GLTestContext> fSentinelGLContext;
178 GLTestContext* glContext() const {
180 return static_cast<GLTestContext*>(fTestContext);

Completed in 686 milliseconds

1 2