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

12

/external/deqp/framework/egl/
H A DegluGLFunctionLoader.hpp30 namespace eglu namespace
46 } // eglu
H A DegluStaticESLibrary.cpp45 namespace eglu namespace
63 } // eglu
H A DegluStaticESLibrary.hpp33 namespace eglu namespace
38 } // eglu
H A DegluUtil.hpp39 namespace eglu namespace
64 } // eglu
H A DegluCallLogWrapper.hpp30 namespace eglu namespace
49 } // eglu
H A DegluConfigInfo.cpp27 namespace eglu namespace
105 } // eglu
H A DegluGLContextFactory.hpp35 namespace eglu namespace
56 } // eglu
H A DegluGLFunctionLoader.cpp27 namespace eglu namespace
45 } // 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 DegluStrUtil.cpp33 namespace eglu namespace
275 } // eglu
H A DegluConfigFilter.cpp32 namespace eglu namespace
123 } // eglu
H A DegluNativeDisplay.cpp26 namespace eglu namespace
56 throw tcu::NotSupportedError("eglu::NativeDisplay can't be used with eglGetDisplay()", DE_NULL, __FILE__, __LINE__);
62 throw tcu::NotSupportedError("eglu::NativeDisplay can't be used with eglGetPlatformDisplay()", DE_NULL, __FILE__, __LINE__);
91 } // eglu
H A DegluNativePixmap.hpp36 namespace eglu namespace
100 } // eglu
H A DegluUnique.cpp28 namespace eglu namespace
66 } // eglu
H A DegluUnique.hpp29 namespace eglu namespace
78 } // eglu
H A DegluDefs.cpp31 namespace eglu namespace
44 desc << "Got " << eglu::getErrorStr(err);
114 } // eglu
H A DegluNativeDisplay.hpp34 namespace eglu namespace
103 } // eglu
H A DegluNativePixmap.cpp26 namespace eglu namespace
39 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support eglCreatePixmapSurface()", DE_NULL, __FILE__, __LINE__);
45 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support eglCreatePlatformPixmapSurface()", DE_NULL, __FILE__, __LINE__);
51 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support readPixels", DE_NULL, __FILE__, __LINE__);
72 } // eglu
H A DegluStrUtil.hpp29 namespace eglu namespace
91 } // eglu
H A DegluDefs.hpp31 #define EGLU_CHECK() eglu::checkError(DE_NULL, __FILE__, __LINE__)
32 #define EGLU_CHECK_MSG(MSG) eglu::checkError(MSG, __FILE__, __LINE__)
33 #define EGLU_CHECK_CALL(CALL) do { CALL; eglu::checkError(#CALL, __FILE__, __LINE__); } while (deGetFalse())
38 namespace eglu namespace
85 } // eglu
H A DegluNativeWindow.cpp26 namespace eglu namespace
39 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreateWindowSurface()", DE_NULL, __FILE__, __LINE__);
45 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreatePlatformWindowSurface()", DE_NULL, __FILE__, __LINE__);
51 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support querying the surface size", DE_NULL, __FILE__, __LINE__);
58 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support resizing the surface", DE_NULL, __FILE__, __LINE__);
64 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support querying the size of the window on the screen", DE_NULL, __FILE__, __LINE__);
70 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support readScreenPixels", DE_NULL, __FILE__, __LINE__);
77 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support changing visibility", DE_NULL, __FILE__, __LINE__);
98 } // eglu
H A DegluCallLogWrapper.cpp29 namespace eglu namespace
244 } // eglu
/external/deqp/framework/common/
H A DtcuPlatform.hpp33 namespace eglu namespace
59 * API-specific platform interfaces (glu::Platform and eglu::Platform)
100 * EGL-specific platform interface is defined by eglu::Platform. If your
107 virtual const eglu::Platform& getEGLPlatform (void) const;
/external/deqp/modules/egl/
H A DteglTestCase.hpp37 namespace eglu namespace
45 } // eglu
55 EglTestContext (tcu::TestContext& testCtx, const eglu::NativeDisplayFactory& displayFactory, const eglu::NativeWindowFactory* windowFactory, const eglu::NativePixmapFactory* pixmapFactory);
59 eglu::NativeDisplay& getNativeDisplay (void) { return *m_defaultNativeDisplay; }
61 const std::vector<eglu::ConfigInfo>& getConfigs (void) const { return m_configs; }
63 const eglu::NativeWindowFactory& getNativeWindowFactory (void) const;
64 const eglu::NativePixmapFactory& getNativePixmapFactory (void) const;
66 eglu
[all...]

Completed in 125 milliseconds

12