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
111 bool chooseConfig(EGLConfig *config) const override in chooseConfig() function in EGLBufferAgeTest_MSAA
145 bool chooseConfig(EGLConfig *config) const override in chooseConfig() function in EGLBufferAgeTest_MSAA_DS
DEGLDisplayTest.cpp17 EGLConfig chooseConfig(EGLDisplay display) in chooseConfig() function in EGLDisplayTest
DEGLProtectedContentTest.cpp51 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 __anon635d05770111::EGLMultiContextTest
DEGLContextSharingTest.cpp103 bool chooseConfig(EGLConfig *config) const in chooseConfig() function in __anon897bee180111::EGLContextSharingTestNoFixture
DEGLSurfaceTest.cpp419 bool chooseConfig(EGLConfig *config, bool mutableRenderBuffer) const in chooseConfig() function in __anonb16c01f00111::EGLSingleBufferTest
/external/deqp/framework/egl/
DegluGLUtil.cpp270 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.cpp192 void MakeCurrentPerfCase::chooseConfig (void) in chooseConfig() function in deqp::egl::MakeCurrentPerfCase
DteglImageTests.cpp271 EGLConfig chooseConfig (const Library& egl, EGLDisplay display, ApiType apiType) in chooseConfig() function
/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp513 EGLBoolean FunctionsEGL::chooseConfig(EGLint const *attribList, in chooseConfig() function in rx::FunctionsEGL
/external/angle/src/libANGLE/
DDisplay.cpp1341 std::vector<const Config *> Display::chooseConfig(const egl::AttributeMap &attribs) const in chooseConfig() function in egl::Display