Home
last modified time | relevance | path

Searched refs:EGL_NO_CONFIG_KHR (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/
H A Degl_core.h43 EGLConfig eglconfig_ = EGL_NO_CONFIG_KHR;
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_surface.cpp24 config_(EGL_NO_CONFIG_KHR), in RenderSurface()
H A Drender_context.cpp36 context_ = eglCreateContext(display_, EGL_NO_CONFIG_KHR, sharedContext, attribList); in Create()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_gpu_context_test.cpp36 EGLConfig eglConfig_ = EGL_NO_CONFIG_KHR;
H A Ddrawing_surface_test.cpp39 EGLConfig eglConfig_ = EGL_NO_CONFIG_KHR;
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp57 #define EGL_NO_CONFIG_KHR ((EGLConfig)0) macro
732 plat_.config = EGL_NO_CONFIG_KHR; in CreateContext()
757 if (plat_.config == EGL_NO_CONFIG_KHR) { in CreateContext()
1001 EGLConfig config = EGL_NO_CONFIG_KHR; in GetSurfaceInformation()
1016 if ((plat_config != EGL_NO_CONFIG_KHR) && (plat_config != config)) { in GetSurfaceInformation()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/systemtest/
H A Dopengl_wrapper_api_test.cpp51 static inline EGLConfig eglConfig_ = EGL_NO_CONFIG_KHR;

Completed in 4 milliseconds