HomeSort by relevance Sort by last modified time
    Searched refs:egl (Results 276 - 300 of 563) sorted by null

<<11121314151617181920>>

  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
CubeRenderer.java 19 import javax.microedition.khronos.egl.EGLConfig;
  /frameworks/native/include/gui/
BufferQueueConsumer.h 20 #include <EGL/egl.h>
21 #include <EGL/eglext.h>
68 // Note that the dependencies on EGL will be removed once we switch to using
IGraphicBufferConsumer.h 32 #include <EGL/egl.h>
33 #include <EGL/eglext.h>
132 // Note that the dependencies on EGL will be removed once we switch to using
  /frameworks/native/opengl/libagl/
TextureObjectManager.h 33 #include <EGL/egl.h>
34 #include <EGL/eglext.h>
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 29 #include <EGL/egl.h>
40 * EGL userspace drivers must be provided either:
42 * /vendor/lib/egl/libGLES.so
45 * /vendor/lib/egl/libEGL.so
46 * /vendor/lib/egl/libGLESv1_CM.so
47 * /vendor/lib/egl/libGLESv2.so
52 * /system/lib/egl/libGLES_android.so
58 * /{vendor|system}/lib/egl/lib{GLES | [EGL|GLESv1_CM|GLESv2]}_*.s
440 egl_t* egl = &cnx->egl; local
    [all...]
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 20 #include <EGL/egl.h>
  /frameworks/native/opengl/tests/include/
EGLUtils.h 26 #include <EGL/egl.h>
  /hardware/intel/img/hwcomposer/merrifield/include/
Hwcomposer.h 19 #include <EGL/egl.h>
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
Hwcomposer.h 19 #include <EGL/egl.h>
  /platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
SimpleGLRenderer.java 19 import javax.microedition.khronos.egl.EGLConfig;
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 2 * drawElements Quality Program EGL Module
21 * \brief EGL image tests.
84 namespace egl namespace in namespace:deqp
154 ImageApi (const Library& egl, int contextId, EGLDisplay display, EGLSurface surface);
164 ImageApi::ImageApi (const Library& egl, int contextId, EGLDisplay display, EGLSurface surface)
165 : m_egl (egl)
268 GLES2ImageApi (const Library& egl, const glw::Functions& gl, int contextId, tcu::TestLog& log, EGLDisplay display, EGLSurface surface, EGLConfig config);
278 GLES2ImageApi::GLES2ImageApi (const Library& egl, const glw::Functions& gl, int contextId, tcu::TestLog& log, EGLDisplay display, EGLSurface surface, EGLConfig config)
279 : ImageApi (egl, contextId, display, surface)
293 egl.bindAPI(EGL_OPENGL_ES_API)
923 const Library& egl = m_eglTestCtx.getLibrary(); local
962 const Library& egl = m_eglTestCtx.getLibrary(); local
1005 const Library& egl = m_eglTestCtx.getLibrary(); local
    [all...]
teglGLES2SharingTests.cpp 2 * drawElements Quality Program EGL Module
21 * \brief EGL gles2 sharing tests
63 namespace egl namespace in namespace:deqp
130 const Library& egl = m_eglTestCtx.getLibrary(); local
138 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API));
140 context = egl.createContext(display, config, share, attriblist);
141 EGLU_CHECK_MSG(egl, "Failed to create GLES2 context");
149 const Library& egl = m_eglTestCtx.getLibrary(); local
150 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
155 const Library& egl = m_eglTestCtx.getLibrary() local
    [all...]
teglColorClearTests.cpp 2 * drawElements Quality Program EGL Module
33 namespace egl namespace in namespace:deqp
121 } // egl
teglRenderCase.hpp 4 * drawElements Quality Program EGL Module
34 namespace egl namespace in namespace:deqp
114 } // egl
  /packages/apps/Nfc/src/com/android/nfc/beam/
FireflyRenderer.java 34 import javax.microedition.khronos.egl.EGL10;
35 import javax.microedition.khronos.egl.EGLConfig;
36 import javax.microedition.khronos.egl.EGLContext;
37 import javax.microedition.khronos.egl.EGLDisplay;
38 import javax.microedition.khronos.egl.EGLSurface;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
GLRotationGuideRenderer.java 24 import javax.microedition.khronos.egl.EGLConfig;
  /cts/tests/tests/opengl/src/android/opengl/cts/
OpenGLES20NativeActivityOne.java 31 import javax.microedition.khronos.egl.EGLConfig;
  /cts/tests/vr/src/android/vr/cts/
RendererBasicTest.java 27 import javax.microedition.khronos.egl.EGLConfig;
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
GLESSurfaceView.java 27 import javax.microedition.khronos.egl.EGLConfig;
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
RendererES3.cpp 18 #include <EGL/egl.h>
  /device/asus/fugu/
BoardConfig.mk 91 BOARD_EGL_CFG := device/asus/fugu/egl.cfg
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_proc.h 19 #include <EGL/egl.h>
21 #include <EGL/eglext.h>
  /device/huawei/angler/
BoardConfig.mk 54 BOARD_EGL_CFG := device/huawei/angler/egl.cfg
  /device/lge/bullhead/
BoardConfig.mk 72 BOARD_EGL_CFG := device/lge/bullhead/egl.cfg
  /device/moto/shamu/
BoardConfig.mk 50 BOARD_EGL_CFG := device/moto/shamu/egl.cfg

Completed in 473 milliseconds

<<11121314151617181920>>