Searched defs:eglu (Results 1 - 25 of 32) sorted by relevance

12

/external/deqp/framework/egl/
H A DegluGLUtil.hpp37 namespace eglu namespace
H A DegluStaticESLibrary.hpp33 namespace eglu namespace
38 } // eglu
H A DegluUtil.hpp46 namespace eglu namespace
96 } // eglu
H A DegluGLContextFactory.hpp35 namespace eglu namespace
56 } // eglu
H A DegluPlatform.cpp28 namespace eglu namespace
48 } // eglu
H A DegluPlatform.hpp36 namespace eglu namespace
52 * * eglu::NativeDisplay, created by eglu::NativeDisplayFactory
53 * * eglu::NativeWindow, created by eglu::NativeWindowFactory
54 * * eglu::NativePixmap, created by eglu::NativePixmapFactory
57 * adding eglu::GLContextFactory to m_contextFactoryRegistry in your
68 // Code outside porting layer will never attempt to delete eglu::Platform
97 * Native display factory registry holds list of eglu
[all...]
H A DegluStaticESLibrary.cpp51 namespace eglu namespace
74 } // eglu
H A DegluCallLogWrapper.hpp35 namespace eglu namespace
55 } // eglu
H A DegluConfigInfo.cpp31 namespace eglu namespace
149 } // eglu
H A DegluStrUtil.cpp27 namespace eglu namespace
269 } // eglu
H A DegluGLFunctionLoader.cpp29 namespace eglu namespace
85 } // eglu
H A DegluGLFunctionLoader.hpp41 namespace eglu namespace
80 } // eglu
H A DegluNativeDisplay.cpp27 namespace eglu namespace
61 TCU_THROW(NotSupportedError, "eglu::NativeDisplay can't be used with eglGetDisplay()");
69 TCU_THROW(NotSupportedError, "eglu::NativeDisplay can't be used with eglGetPlatformDisplay()");
77 TCU_THROW(NotSupportedError, "eglu::NativeDisplay can't be used with eglGetPlatformDisplay()");
106 } // eglu
H A DegluNativePixmap.hpp36 namespace eglu namespace
100 } // eglu
H A DegluUnique.hpp34 namespace eglu namespace
123 } // eglu
H A DegluDefs.cpp34 namespace eglu namespace
44 desc << "Got " << eglu::getErrorStr(err);
114 } // eglu
H A DegluNativeDisplay.hpp39 namespace eglu namespace
113 } // eglu
H A DegluNativePixmap.cpp26 namespace eglu namespace
41 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support eglCreatePixmapSurface()", DE_NULL, __FILE__, __LINE__);
47 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support eglCreatePlatformPixmapSurface()", DE_NULL, __FILE__, __LINE__);
53 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support readPixels", DE_NULL, __FILE__, __LINE__);
74 } // eglu
H A DegluStrUtil.hpp29 namespace eglu namespace
91 } // eglu
H A DegluConfigFilter.cpp34 namespace eglu namespace
124 } // eglu
H A DegluConfigFilter.hpp38 namespace eglu namespace
107 } // eglu
H A DegluDefs.hpp28 #define EGLU_CHECK(EGLW) eglu::checkError((EGLW).getError(), DE_NULL, __FILE__, __LINE__)
29 #define EGLU_CHECK_MSG(EGLW, MSG) eglu::checkError((EGLW).getError(), MSG, __FILE__, __LINE__)
30 #define EGLU_CHECK_CALL(EGLW, CALL) do { (EGLW).CALL; eglu::checkError((EGLW).getError(), #CALL, __FILE__, __LINE__); } while (deGetFalse())
35 namespace eglu namespace
82 } // eglu
H A DegluGLUtil.cpp35 namespace eglu namespace
226 const std::vector<EGLConfig> configs = eglu::getConfigs(egl, display);
/external/deqp/framework/common/
H A DtcuPlatform.hpp33 namespace eglu namespace
64 * API-specific platform interfaces (glu::Platform and eglu::Platform)
105 * EGL-specific platform interface is defined by eglu::Platform. If your
112 virtual const eglu::Platform& getEGLPlatform (void) const;
/external/deqp/modules/egl/
H A DteglTestCase.hpp40 namespace eglu namespace
63 EglTestContext (tcu::TestContext& testCtx, const eglu::NativeDisplayFactory& displayFactory);
67 const eglu::NativeDisplayFactory& getNativeDisplayFactory (void) const { return m_nativeDisplayFactory; }
68 eglu::NativeDisplay& getNativeDisplay (void) const { return *m_nativeDisplay; }
79 const eglu::NativeDisplayFactory& m_nativeDisplayFactory;
80 de::UniquePtr<eglu::NativeDisplay> m_nativeDisplay;
81 mutable eglu::GLLibraryCache m_glLibraryCache;

Completed in 124 milliseconds

12