Home
last modified time | relevance | path

Searched defs:GLFenceSync (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/gpu/gl/
DSkGLContext.h86 class GLFenceSync; // SkGpuFenceSync implementation that uses the OpenGL functionality. variable
120 friend class GLFenceSync; // For onPlatformGetProcAddress. variable
/external/skia/src/gpu/gl/
DSkGLContext.cpp12 class SkGLContext::GLFenceSync : public SkGpuFenceSync { class in SkGLContext
21 GLFenceSync() {} in GLFenceSync() function in SkGLContext::GLFenceSync