Home
last modified time | relevance | path

Searched refs:VALIDATE_CONFIG_RETURN (Results 1 – 1 of 1) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp107 #define VALIDATE_CONFIG_RETURN(EGLConfig,ret) \ macro
130 VALIDATE_CONFIG_RETURN(EGLConfig,EGL_FALSE)
479 VALIDATE_CONFIG_RETURN(config,EGL_NO_SURFACE); in eglCreateWindowSurface()
508 VALIDATE_CONFIG_RETURN(config,EGL_NO_SURFACE); in eglCreatePbufferSurface()
553 VALIDATE_CONFIG_RETURN(config,EGL_NO_SURFACE); in eglCreatePixmapSurface()
612 VALIDATE_CONFIG_RETURN(config,EGL_NO_CONTEXT); in eglCreateContext()