Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DConfig.h65 EGLBoolean mNativeRenderable; // EGL_TRUE if native rendering APIs can render to surface variable
DConfig.cpp182 mNativeRenderable = EGL_FALSE; in Config()
374 …case EGL_NATIVE_RENDERABLE: match = config->mNativeRenderable == (EGLBoolean)attribute[1]… in getConfigs()
DDisplay.cpp238 case EGL_NATIVE_RENDERABLE: *value = configuration->mNativeRenderable; break; in getConfigAttrib()