Home
last modified time | relevance | path

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

/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/angle/src/tests/egl_tests/
DEGLProtectedContentTest.cpp51 bool chooseConfig(EGLConfig *config) in chooseConfig() function in EGLProtectedContentTest
DEGLBufferAgeTest.cpp45 bool chooseConfig(EGLConfig *config) in chooseConfig() function in EGLBufferAgeTest
/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.cpp333 EGLBoolean FunctionsEGL::chooseConfig(EGLint const *attribList, in chooseConfig() function in rx::FunctionsEGL
/external/angle/src/libANGLE/
DDisplay.cpp1050 std::vector<const Config *> Display::chooseConfig(const egl::AttributeMap &attribs) const in chooseConfig() function in egl::Display