Home
last modified time | relevance | path

Searched defs:chooseConfig (Results 1 – 14 of 14) sorted by relevance

/external/angle/src/tests/egl_tests/
DEGLBufferAgeTest.cpp45 virtual bool chooseConfig(EGLConfig *config) const in chooseConfig() function in EGLBufferAgeTest
119 bool chooseConfig(EGLConfig *config) const override in chooseConfig() function in EGLBufferAgeTest_MSAA
153 bool chooseConfig(EGLConfig *config) const override in chooseConfig() function in EGLBufferAgeTest_MSAA_DS
DEGLDisplayTest.cpp19 EGLConfig chooseConfig(EGLDisplay display) in chooseConfig() function in EGLDisplayTest
DEGLProtectedContentTest.cpp53 bool chooseConfig(EGLConfig *config, bool mutableRenderBuffer = false) in chooseConfig() function in EGLProtectedContentTest
DEGLMultiContextTest.cpp57 bool chooseConfig(EGLDisplay dpy, EGLConfig *config) const in chooseConfig() function in __anona1145fe80111::EGLMultiContextTest
DEGLContextSharingTest.cpp104 bool chooseConfig(EGLConfig *config) const in chooseConfig() function in __anon1273a8c90111::EGLContextSharingTestNoFixture
DEGLSurfaceTest.cpp430 bool chooseConfig(EGLConfig *config, bool mutableRenderBuffer) const in chooseConfig() function in __anon9963d1c10111::EGLSingleBufferTest
/external/deqp/framework/egl/
DegluGLUtil.cpp304 EGLConfig chooseConfig(const Library &egl, EGLDisplay display, const glu::RenderConfig &config) in chooseConfig() function
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java764 EGLConfig chooseConfig(EGL10 egl, EGLDisplay display); in chooseConfig() method
773 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { in chooseConfig() method in GLSurfaceView.BaseConfigChooser
799 abstract EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, in chooseConfig() method in GLSurfaceView.BaseConfigChooser
842 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, in chooseConfig() method in GLSurfaceView.ComponentSizeChooser
/external/deqp/framework/egl/wrapper/
DeglwFunctions.inl8 eglChooseConfigFunc chooseConfig; variable
DeglwFuncPtrLibraryImpl.inl17 EGLBoolean FuncPtrLibrary::chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *conf… function in FuncPtrLibrary
/external/deqp/modules/egl/
DteglMakeCurrentPerfTests.cpp193 void MakeCurrentPerfCase::chooseConfig(void) in chooseConfig() function in deqp::egl::MakeCurrentPerfCase
DteglImageTests.cpp264 EGLConfig chooseConfig(const Library &egl, EGLDisplay display, ApiType apiType) in chooseConfig() function
/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp634 EGLBoolean FunctionsEGL::chooseConfig(EGLint const *attribList, in chooseConfig() function in rx::FunctionsEGL
/external/angle/src/libANGLE/
DDisplay.cpp1360 std::vector<const Config *> Display::chooseConfig(const egl::AttributeMap &attribs) const in chooseConfig() function in egl::Display