Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/angle/src/tests/egl_tests/
H A 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
H A DEGLDisplayTest.cpp19 EGLConfig chooseConfig(EGLDisplay display) in chooseConfig() function in EGLDisplayTest
H A DEGLProtectedContentTest.cpp53 bool chooseConfig(EGLConfig *config, bool mutableRenderBuffer = false) in chooseConfig() function in EGLProtectedContentTest
H A DEGLMultiContextTest.cpp57 bool chooseConfig(EGLDisplay dpy, EGLConfig *config) const in chooseConfig() function in __anon589725680111::EGLMultiContextTest
H A DEGLContextSharingTest.cpp104 bool chooseConfig(EGLConfig *config) const in chooseConfig() function in __anonb5bdce490111::EGLContextSharingTestNoFixture
/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/
H A DEgl10Utils.java30 static EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, int[] configSpec) { in chooseConfig() method in Egl10Utils
73 private static EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, in chooseConfig() method in Egl10Utils
H A DEglConfigGLSurfaceView.java59 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { in chooseConfig() method in EglConfigGLSurfaceView.ConfigChooser
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java870 EGLConfig chooseConfig(EGL10 egl, EGLDisplay display); in chooseConfig() method
879 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { in chooseConfig() method in GLSurfaceView.BaseConfigChooser
905 abstract EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, in chooseConfig() method in GLSurfaceView.BaseConfigChooser
956 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, in chooseConfig() method in GLSurfaceView.ComponentSizeChooser
/aosp_15_r20/cts/tests/tests/openglperf/src/android/openglperf/cts/
H A DGLSurfaceViewCustom.java854 EGLConfig chooseConfig(EGL10 egl, EGLDisplay display); in chooseConfig() method
863 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { in chooseConfig() method in GLSurfaceViewCustom.BaseConfigChooser
889 abstract EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, in chooseConfig() method in GLSurfaceViewCustom.BaseConfigChooser
936 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, in chooseConfig() method in GLSurfaceViewCustom.ComponentSizeChooser
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/
H A 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
/aosp_15_r20/cts/hostsidetests/sustainedperf/shadertoy_android/src/
H A DGLtestView.java158 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { in chooseConfig() method in GLtestView.ConfigChooser
184 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, in chooseConfig() method in GLtestView.ConfigChooser
/aosp_15_r20/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java121 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { in chooseConfig() method in GLPerfView.ConfigChooser
137 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, in chooseConfig() method in GLPerfView.ConfigChooser
/aosp_15_r20/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java121 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { in chooseConfig() method in GL2JNIView.ConfigChooser
137 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, in chooseConfig() method in GL2JNIView.ConfigChooser
/aosp_15_r20/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java124 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { in chooseConfig() method in GLDualGL2View.ConfigChooser
140 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, in chooseConfig() method in GLDualGL2View.ConfigChooser
/aosp_15_r20/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DMosaicRendererSurfaceView.java149 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { in chooseConfig() method in MosaicRendererSurfaceView.ConfigChooser
175 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, in chooseConfig() method in MosaicRendererSurfaceView.ConfigChooser
/aosp_15_r20/cts/tests/vr/src/android/vr/cts/
H A DOpenGLESActivity.java305 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { in chooseConfig() method in OpenGLESActivity.MutableEGLConfigChooser
339 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, in chooseConfig() method in OpenGLESActivity.MutableEGLConfigChooser
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/
DSurfaceTextureRenderer.java190 private static EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { in chooseConfig() method in SurfaceTextureRenderer
/aosp_15_r20/external/deqp/framework/egl/
H A DegluGLUtil.cpp304 EGLConfig chooseConfig(const Library &egl, EGLDisplay display, const glu::RenderConfig &config) in chooseConfig() function
/aosp_15_r20/hardware/google/gfxstream/host/gl/
DEmulatedEglConfig.cpp163 int EmulatedEglConfigList::chooseConfig(const EGLint* attribs, in chooseConfig() function in gfxstream::gl::EmulatedEglConfigList
/aosp_15_r20/external/deqp/framework/egl/wrapper/
H A DeglwFunctions.inl8 eglChooseConfigFunc chooseConfig; variable
H A DeglwFuncPtrLibraryImpl.inl17 EGLBoolean FuncPtrLibrary::chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *conf… function in FuncPtrLibrary
/aosp_15_r20/external/deqp/modules/egl/
H A DteglMakeCurrentPerfTests.cpp193 void MakeCurrentPerfCase::chooseConfig(void) in chooseConfig() function in deqp::egl::MakeCurrentPerfCase
H A DteglImageTests.cpp264 EGLConfig chooseConfig(const Library &egl, EGLDisplay display, ApiType apiType) in chooseConfig() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/egl/
H A DFunctionsEGL.cpp634 EGLBoolean FunctionsEGL::chooseConfig(EGLint const *attribList, in chooseConfig() function in rx::FunctionsEGL
/aosp_15_r20/external/angle/src/libANGLE/
H A DDisplay.cpp1366 std::vector<const Config *> Display::chooseConfig(const egl::AttributeMap &attribs) const in chooseConfig() function in egl::Display

123456789