HomeSort by relevance Sort by last modified time
    Searched defs:eglu (Results 1 - 25 of 32) sorted by null

1 2

  /external/deqp/framework/egl/
egluGLUtil.hpp 37 namespace eglu namespace
egluStaticESLibrary.hpp 33 namespace eglu namespace
38 } // eglu
egluConfigInfo.cpp 31 namespace eglu namespace
137 } // eglu
egluPlatform.cpp 28 namespace eglu namespace
48 } // eglu
egluStrUtil.cpp 27 namespace eglu namespace
269 } // eglu
egluUtil.hpp 46 namespace eglu namespace
96 } // eglu
egluGLContextFactory.hpp 35 namespace eglu namespace
56 } // eglu
egluPlatform.hpp 36 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::NativeDisplayFactor
    [all...]
egluStaticESLibrary.cpp 51 namespace eglu namespace
74 } // eglu
egluCallLogWrapper.hpp 35 namespace eglu namespace
55 } // eglu
egluNativeDisplay.cpp 27 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
egluNativePixmap.cpp 26 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
egluDefs.cpp 34 namespace eglu namespace
44 desc << "Got " << eglu::getErrorStr(err);
114 } // eglu
egluGLFunctionLoader.cpp 29 namespace eglu namespace
85 } // eglu
egluGLFunctionLoader.hpp 41 namespace eglu namespace
80 } // eglu
egluNativePixmap.hpp 36 namespace eglu namespace
100 } // eglu
egluNativeWindow.cpp 26 namespace eglu namespace
41 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreateWindowSurface()", DE_NULL, __FILE__, __LINE__);
47 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreatePlatformWindowSurface()", DE_NULL, __FILE__, __LINE__);
53 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support querying the surface size", DE_NULL, __FILE__, __LINE__);
60 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support resizing the surface", DE_NULL, __FILE__, __LINE__);
66 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support querying the size of the window on the screen", DE_NULL, __FILE__, __LINE__);
72 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support readScreenPixels", DE_NULL, __FILE__, __LINE__);
79 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support changing visibility", DE_NULL, __FILE__, __LINE__);
100 } // eglu
egluUnique.hpp 34 namespace eglu namespace
123 } // eglu
egluConfigFilter.cpp 33 namespace eglu namespace
110 } // eglu
egluDefs.hpp 28 #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
egluGLUtil.cpp 35 namespace eglu namespace
226 const std::vector<EGLConfig> configs = eglu::getConfigs(egl, display);
egluNativeDisplay.hpp 39 namespace eglu namespace
113 } // eglu
egluStrUtil.hpp 29 namespace eglu namespace
91 } // eglu
  /external/deqp/framework/common/
tcuPlatform.hpp 33 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/
teglTestCase.hpp 40 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 208 milliseconds

1 2