HomeSort by relevance Sort by last modified time
    Searched refs:eglsync (Results 1 - 2 of 2) sorted by null

  /external/skia/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 325 EGLSyncKHR eglsync = fEGLCreateSyncKHR(fDisplay, EGL_SYNC_FENCE_KHR, nullptr); local
326 return reinterpret_cast<sk_gpu_test::PlatformFence>(eglsync);
330 EGLSyncKHR eglsync = reinterpret_cast<EGLSyncKHR>(platformFence); local
333 eglsync,
339 EGLSyncKHR eglsync = reinterpret_cast<EGLSyncKHR>(platformFence); local
340 fEGLDestroySyncKHR(fDisplay, eglsync);
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 21 #include "eglSync.h"
    [all...]

Completed in 305 milliseconds