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

1 2

  /external/deqp/framework/egl/
egluConfigInfo.cpp 27 namespace eglu namespace
105 } // eglu
egluGLFunctionLoader.cpp 27 namespace eglu namespace
45 } // eglu
egluGLFunctionLoader.hpp 30 namespace eglu namespace
46 } // eglu
egluStaticESLibrary.cpp 45 namespace eglu namespace
63 } // eglu
egluStaticESLibrary.hpp 33 namespace eglu namespace
38 } // eglu
egluUtil.hpp 39 namespace eglu namespace
64 } // eglu
egluPlatform.cpp 28 namespace eglu namespace
48 } // eglu
egluCallLogWrapper.hpp 30 namespace eglu namespace
49 } // 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...]
egluStrUtil.cpp 33 namespace eglu namespace
275 } // eglu
egluConfigFilter.cpp 32 namespace eglu namespace
123 } // eglu
egluNativeDisplay.cpp 26 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
egluNativePixmap.cpp 26 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
egluUnique.cpp 28 namespace eglu namespace
66 } // eglu
egluDefs.cpp 31 namespace eglu namespace
44 desc << "Got " << eglu::getErrorStr(err);
114 } // eglu
egluNativePixmap.hpp 36 namespace eglu namespace
100 } // eglu
egluNativeWindow.cpp 26 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
egluUnique.hpp 29 namespace eglu namespace
78 } // eglu
egluDefs.hpp 31 #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
egluNativeDisplay.hpp 34 namespace eglu namespace
103 } // eglu
egluStrUtil.hpp 29 namespace eglu namespace
91 } // eglu
egluCallLogWrapper.cpp 29 namespace eglu namespace
244 } // eglu
  /external/deqp/framework/common/
tcuPlatform.hpp 33 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/
teglTestCase.hpp 37 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::NativeWindow* createNativeWindow (EGLDisplay display, EGLConfig config, const EGLAttrib* a (…)
    [all...]

Completed in 109 milliseconds

1 2