HomeSort by relevance Sort by last modified time
    Searched defs:EGL_NO_DISPLAY (Results 1 - 6 of 6) sorted by null

  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 35 #define EGL_NO_DISPLAY ((EGLDisplay)0)
150 return EGL_NO_DISPLAY;
190 EGLDisplay fDisplay = EGL_NO_DISPLAY;
220 : fContext(EGL_NO_CONTEXT), fDisplay(EGL_NO_DISPLAY), fSurface(EGL_NO_SURFACE) {
244 if (EGL_NO_DISPLAY == fDisplay) {
316 if (EGL_NO_DISPLAY == fDisplay) {
337 fDisplay = EGL_NO_DISPLAY;
  /external/skqp/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 35 #define EGL_NO_DISPLAY ((EGLDisplay)0)
150 return EGL_NO_DISPLAY;
190 EGLDisplay fDisplay = EGL_NO_DISPLAY;
220 : fContext(EGL_NO_CONTEXT), fDisplay(EGL_NO_DISPLAY), fSurface(EGL_NO_SURFACE) {
244 if (EGL_NO_DISPLAY == fDisplay) {
316 if (EGL_NO_DISPLAY == fDisplay) {
337 fDisplay = EGL_NO_DISPLAY;
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 70 #define EGL_NO_DISPLAY ((EGLDisplay)0)
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 70 #define EGL_NO_DISPLAY ((EGLDisplay)0)
  /external/mesa3d/include/EGL/
egl.h 99 #define EGL_NO_DISPLAY EGL_CAST(EGLDisplay,0)
  /external/swiftshader/include/EGL/
egl.h 99 #define EGL_NO_DISPLAY EGL_CAST(EGLDisplay,0)

Completed in 249 milliseconds