HomeSort by relevance Sort by last modified time
    Searched refs:egl (Results 26 - 50 of 666) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/deqp/modules/egl/
teglMultiThreadTests.hpp 4 * drawElements Quality Program EGL Module
23 * \brief Multi threaded EGL tests
31 namespace egl namespace in namespace:deqp
41 } // egl
teglNativeColorMappingTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
41 } // egl
teglNativeCoordMappingTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
41 } // egl
teglSurfacelessContextTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
41 } // egl
teglAndroidUtil.hpp 4 * drawElements Quality Program EGL Module
30 namespace egl namespace in namespace:deqp
38 } // egl
teglBufferAgeTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
45 } // egl
teglChooseConfigTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
43 } // egl
teglColorClearTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
43 } // egl
teglCreateContextExtTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
43 } // egl
teglCreateContextTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
43 } // egl
teglCreateSurfaceTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
43 } // egl
teglGetProcAddressTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
43 } // egl
teglImageTests.hpp 4 * drawElements Quality Program EGL Module
23 * \brief EGL image tests.
31 namespace egl namespace in namespace:deqp
43 } // egl
teglInfoTests.hpp 4 * drawElements Quality Program EGL Module
23 * \brief EGL Implementation Information Tests
31 namespace egl namespace in namespace:deqp
43 } // egl
teglMutableRenderBufferTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
45 } // egl
teglNegativeApiTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
43 } // egl
teglNegativePartialUpdateTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
46 } // egl
teglPartialUpdateTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
45 } // egl
  /external/deqp/framework/egl/
egluConfigInfo.cpp 21 * \brief EGL config dst->
87 void queryCoreConfigInfo (const Library& egl, EGLDisplay display, EGLConfig config, ConfigInfo* dst)
89 egl.getConfigAttrib(display, config, EGL_BUFFER_SIZE, &dst->bufferSize);
90 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &dst->redSize);
91 egl.getConfigAttrib(display, config, EGL_GREEN_SIZE, &dst->greenSize);
92 egl.getConfigAttrib(display, config, EGL_BLUE_SIZE, &dst->blueSize);
93 egl.getConfigAttrib(display, config, EGL_LUMINANCE_SIZE, &dst->luminanceSize);
94 egl.getConfigAttrib(display, config, EGL_ALPHA_SIZE, &dst->alphaSize);
95 egl.getConfigAttrib(display, config, EGL_ALPHA_MASK_SIZE, &dst->alphaMaskSize);
96 egl.getConfigAttrib(display, config, EGL_BIND_TO_TEXTURE_RGB, (EGLint*)&dst->bindToTextureRGB)
    [all...]
egluUnique.cpp 21 * \brief EGL unique resources
33 UniqueDisplay::UniqueDisplay (const Library& egl, EGLDisplay display)
34 : m_egl (egl)
50 UniqueSurface::UniqueSurface (const Library& egl, EGLDisplay display, EGLSurface surface)
51 : m_egl (egl)
68 UniqueContext::UniqueContext (const Library& egl, EGLDisplay display, EGLContext context)
69 : m_egl (egl)
86 ScopedCurrentContext::ScopedCurrentContext (const Library& egl, EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context)
87 : m_egl (egl)
98 UniqueImage::UniqueImage (const Library& egl, EGLDisplay display, EGLImage image
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
EglSurfacesTest.java 25 import javax.microedition.khronos.egl.EGL10;
26 import javax.microedition.khronos.egl.EGLConfig;
27 import javax.microedition.khronos.egl.EGLContext;
28 import javax.microedition.khronos.egl.EGLDisplay;
33 * Tests using EGL surfaces.
41 EGL10 egl = (EGL10) EGLContext.getEGL(); local
42 EGLDisplay display = egl.eglGetDisplay(EGL10.EGL_DEFAULT_DISPLAY);
49 if (!egl.eglInitialize(display, version)) {
53 EGLConfig config = Egl10Utils.chooseConfig(egl, display,
69 EGLContext context = egl.eglCreateContext(display, config
    [all...]
  /external/deqp/framework/platform/lnx/
tcuLnxEglPlatform.cpp 21 * \brief Linux EGL Platform.
40 namespace egl namespace in namespace:tcu::lnx
46 m_nativeDisplayFactoryRegistry.registerFactory(x11::egl::createDisplayFactory(eventState));
50 m_nativeDisplayFactoryRegistry.registerFactory(wayland::egl::createDisplayFactory(eventState));
60 } // egl
  /device/generic/goldfish-opengl/system/renderControl_enc/
renderControl_types.h 18 #include <EGL/egl.h>
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.hpp 35 namespace egl namespace in namespace:tcu::lnx::x11
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWaylandEglDisplayFactory.hpp 25 * \brief wayland Egl Display Factory.
37 namespace egl namespace in namespace:tcu::lnx::wayland
42 } // egl

Completed in 600 milliseconds

12 3 4 5 6 7 8 91011>>