Searched refs:getConfigID (Results 1 - 15 of 15) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
H A DContext.hpp39 virtual EGLint getConfigID() const = 0;
H A DSurface.hpp46 virtual EGLint getConfigID() const;
H A DSurface.cpp187 EGLint Surface::getConfigID() const function in class:egl::Surface
H A DlibEGL.cpp401 *value = eglSurface->getConfigID();
925 *value = context->getConfigID();
/external/deqp/modules/egl/
H A DteglCreateSurfaceTests.cpp120 EGLint id = eglu::getConfigID(egl, display, config);
178 EGLint id = eglu::getConfigID(egl, display, config);
234 EGLint id = eglu::getConfigID(egl, display, config);
H A DteglSimpleConfigCase.cpp69 configIds[ndx] = getConfigID(egl, m_display, m_configs[ndx]);
H A DteglChooseConfigTests.cpp64 EGLint configId = eglu::getConfigID(egl, display, config);
296 return eglu::getConfigID(m_eglTestCtx.getLibrary(), m_display, configs[rnd.getInt(0, (int)configs.size()-1)]);
H A DteglImageTests.cpp383 log << TestLog::Message << "Using EGL config " << eglu::getConfigID(egl, dpy, context.getConfig()) << TestLog::EndMessage;
442 log << TestLog::Message << "Using EGL config " << eglu::getConfigID(m_eglTestCtx.getLibrary(), context.getEglDisplay(), context.getConfig()) << TestLog::EndMessage;
H A DteglRenderCase.cpp118 const EGLint configId = eglu::getConfigID(egl, display, config);
/external/deqp/framework/egl/
H A DegluUtil.hpp72 eglw::EGLint getConfigID (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config);
H A DegluUtil.cpp197 EGLint getConfigID (const Library& egl, EGLDisplay display, EGLConfig config) function in namespace:eglu
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h300 EGLint getConfigID() const override;
H A DContext.cpp334 EGLint Context::getConfigID() const function in class:es1::Context
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h437 EGLint getConfigID() const override;
H A DContext.cpp322 EGLint Context::getConfigID() const function in class:es2::Context

Completed in 1304 milliseconds