Searched defs:eglw (Results 1 - 18 of 18) sorted by relevance

/external/deqp/framework/egl/wrapper/
H A DeglwDefs.cpp29 namespace eglw namespace
39 } // eglw
H A DeglwDefs.hpp34 namespace eglw namespace
45 } // eglw
H A DeglwEnums.hpp32 // \note Some defines reference types inside eglw::
33 namespace eglw namespace
38 } // eglw
H A DeglwFunctions.hpp28 namespace eglw namespace
58 } // eglw
H A DeglwFunctions.cpp27 namespace eglw namespace
45 } // eglw
H A DeglwLibrary.hpp34 namespace eglw namespace
69 } // eglw
H A DeglwLibrary.cpp32 namespace eglw namespace
159 } // eglw
/external/deqp/framework/egl/
H A DegluGLUtil.hpp32 namespace eglw namespace
40 glw::GLenum getImageGLTarget (eglw::EGLenum source);
41 eglw::EGLint apiRenderableType (glu::ApiType apiType);
42 eglw::EGLContext createGLContext (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config, const glu::ContextType& contextType);
43 eglw::EGLConfig chooseConfig (const eglw::Library& egl, eglw
[all...]
H A DegluUtil.hpp41 namespace eglw namespace
53 typedef std::map<eglw::EGLint, eglw::EGLint> AttribMap;
55 std::vector<eglw::EGLint> attribMapToList (const AttribMap& map);
57 Version getVersion (const eglw::Library& egl, eglw::EGLDisplay display);
59 std::vector<std::string> getPlatformExtensions (const eglw::Library& egl);
60 std::vector<std::string> getClientExtensions (const eglw::Library& egl, eglw::EGLDisplay display);
61 bool hasExtension (const eglw
[all...]
H A DegluCallLogWrapper.hpp30 namespace eglw namespace
41 CallLogWrapper (const eglw::Library& egl, tcu::TestLog& log);
50 const eglw::Library& m_egl;
H A DegluGLFunctionLoader.hpp36 namespace eglw namespace
49 GLFunctionLoader (const eglw::Library& egl, const tcu::FunctionLibrary* platformLibrary);
56 const eglw::Library& m_egl;
H A DegluUnique.hpp29 namespace eglw namespace
40 UniqueDisplay (const eglw::Library& egl, eglw::EGLDisplay display);
43 eglw::EGLDisplay operator* (void) const { return m_display; }
47 const eglw::Library& m_egl;
48 eglw::EGLDisplay m_display;
58 UniqueSurface (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSurface surface);
61 eglw
[all...]
H A DegluNativeDisplay.hpp34 namespace eglw namespace
53 virtual const eglw::Library& getLibrary (void) const = 0;
56 eglw::EGLenum getPlatformType (void) const { return m_platformType; }
60 virtual eglw::EGLNativeDisplayType getLegacyNative (void);
66 virtual const eglw::EGLAttrib* getPlatformAttributes (void) const;
69 NativeDisplay (Capability capabilities, eglw::EGLenum platformType, const char* platformExtension);
77 const eglw::EGLenum m_platformType; //!< EGL platform type, or EGL_NONE if not supported.
86 virtual NativeDisplay* createDisplay (const eglw::EGLAttrib* attribList = DE_NULL) const = 0;
89 eglw::EGLenum getPlatformType (void) const { return m_platformType; }
97 NativeDisplayFactory (const std::string& name, const std::string& description, NativeDisplay::Capability capabilities, eglw
[all...]
H A DegluConfigFilter.hpp33 namespace eglw namespace
46 CandidateConfig (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config);
79 const eglw::Library* egl;
80 eglw::EGLDisplay display;
81 eglw::EGLConfig config;
98 bool match (const eglw::Library& egl, eglw::EGLDisplay display, eglw
[all...]
H A DegluConfigInfo.hpp29 namespace eglw namespace
110 void queryConfigInfo (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config, ConfigInfo* dst);
/external/deqp/modules/egl/
H A DteglChooseConfigReference.hpp29 namespace eglw namespace
39 void chooseConfigReference (const eglw::Library& egl, eglw::EGLDisplay display, std::vector<eglw::EGLConfig>& dst, const std::vector<std::pair<eglw::EGLenum, eglw::EGLint> >& attributes);
H A DteglImageUtil.hpp38 namespace eglw namespace
55 eglw::EGLSurface get (void) const { return **m_surface; }
61 de::MovePtr<ManagedSurface> createSurface (EglTestContext& eglTestCtx, eglw::EGLDisplay display, eglw::EGLConfig config, int width, int height);
67 virtual eglw::EGLClientBuffer get (void) const = 0;
76 virtual eglw::EGLImageKHR createImage (const eglw::Library& egl, eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw
[all...]
H A DteglTestCase.hpp50 namespace eglw namespace
69 const eglw::Library& getLibrary (void) const;

Completed in 105 milliseconds