HomeSort by relevance Sort by last modified time
    Searched refs:egl (Results 76 - 100 of 571) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/angle/tests/gles_conformance_tests/
gles_conformance_tests.h 11 #include <EGL/egl.h>
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/
Makefile 2 LIBRARY_INCLUDES=-I../../../../../include -Iinclude -I../gd3dapi -I../d3dapi -I../w32api -I../d3d1xstutil/include -I../include -I../../../include -I../../../auxiliary -I../../../state_trackers/egl/common
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
Makefile 3 LIBRARY_INCLUDES=-I../gd3d1x -I../gd3dapi -I../d3dapi -I../w32api -I../d3d1xstutil/include -I../d3d1xshader/include -I../../../include -I../../../auxiliary -I../../../state_trackers/egl/common
  /external/chromium_org/ui/gl/
egl_util.cc 8 #include <EGL/egl.h>
10 #include "third_party/khronos/EGL/egl.h"
13 // This needs to be after the EGL includes
18 // Returns the last EGL error as a string.
  /external/deqp/modules/egl/
teglGLES1RenderUtil.hpp 4 * drawElements Quality Program EGL Module
32 namespace egl namespace in namespace:deqp
41 } // egl
teglGLES2RenderUtil.hpp 4 * drawElements Quality Program EGL Module
32 namespace egl namespace in namespace:deqp
41 } // egl
teglImageFormatTests.hpp 4 * drawElements Quality Program EGL Module
23 * \brief EGL image tests.
31 namespace egl namespace in namespace:deqp
58 } // egl
teglVGRenderUtil.hpp 4 * drawElements Quality Program EGL Module
32 namespace egl namespace in namespace:deqp
41 } // egl
teglRenderCase.cpp 2 * drawElements Quality Program EGL Module
45 #include <EGL/eglext.h>
62 namespace egl namespace in namespace:deqp
72 static void postSurface (tcu::egl::Surface& surface)
74 const bool isWindow = instanceOf<tcu::egl::WindowSurface>(surface);
75 const bool isPixmap = instanceOf<tcu::egl::PixmapSurface>(surface);
76 const bool isPbuffer = instanceOf<tcu::egl::PbufferSurface>(surface);
82 tcu::egl::WindowSurface& window = static_cast<tcu::egl::WindowSurface&>(surface);
133 void RenderCase::executeForConfig (tcu::egl::Display& defaultDisplay, EGLConfig config
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/
Makefile 2 LIBRARY_INCLUDES=-I../../../../../include -Iinclude -I../gd3dapi -I../d3dapi -I../w32api -I../d3d1xstutil/include -I../include -I../../../include -I../../../auxiliary -I../../../state_trackers/egl/common
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Makefile 3 LIBRARY_INCLUDES=-I../gd3d1x -I../gd3dapi -I../d3dapi -I../w32api -I../d3d1xstutil/include -I../d3d1xshader/include -I../../../include -I../../../auxiliary -I../../../state_trackers/egl/common
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGLContext.java 17 package javax.microedition.khronos.egl;
23 private static final EGL EGL_INSTANCE = new com.google.android.gles_jni.EGLImpl();
25 public static EGL getEGL() {
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglPixmapSurface.h 20 #include <EGL/egl.h>
  /sdk/emulator/opengl/host/libs/libOpenglRender/
NativeSubWindow.h 19 #include <EGL/egl.h>
  /sdk/emulator/opengl/tests/ut_renderer/
X11RendererSurface.h 21 #include <EGL/egl.h>
  /device/generic/goldfish/opengl/system/egl/
Android.mk 7 $(call emugl-set-shared-library-subpath,egl)
13 egl.cpp \
23 #### egl.cfg ####
27 # version of this file to point to the appropriate HW EGL libraries.
32 LOCAL_MODULE := egl.cfg
35 LOCAL_MODULE_PATH := $(TARGET_OUT)/lib/egl
  /packages/apps/Camera2/src/com/android/camera/
SurfaceTextureRenderer.java 24 import javax.microedition.khronos.egl.EGL10;
25 import javax.microedition.khronos.egl.EGLConfig;
26 import javax.microedition.khronos.egl.EGLContext;
27 import javax.microedition.khronos.egl.EGLDisplay;
28 import javax.microedition.khronos.egl.EGLSurface;
125 Log.v(TAG, "EGL version: " + version[0] + '.' + version[1]);
171 private static void checkEglError(String prompt, EGL10 egl) {
173 while ((error = egl.eglGetError()) != EGL10.EGL_SUCCESS) {
174 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
190 private static EGLConfig chooseConfig(EGL10 egl, EGLDisplay display)
    [all...]
  /external/chromium_org/third_party/angle/src/libEGL/
Surface.h 7 // Surface.h: Defines the egl::Surface class, representing a drawing surface
9 // Implements EGLSurface and related functionality. [EGL 1.4] section 2.2 page 3.
15 #include <EGL/egl.h>
29 namespace egl namespace
37 Surface(Display *display, const egl::Config *config, HWND window, EGLint fixedSize, EGLint width, EGLint height, EGLint postSubBufferSupported);
38 Surface(Display *display, const egl::Config *config, HANDLE shareHandle, EGLint width, EGLint height, EGLenum textureFormat, EGLenum textureTarget);
89 const egl::Config *mConfig; // EGL config surface was created with
  /cts/tests/tests/graphics/src/android/opengl/cts/
OpenGlEsVersionTest.java 30 import javax.microedition.khronos.egl.EGL10;
31 import javax.microedition.khronos.egl.EGLConfig;
32 import javax.microedition.khronos.egl.EGLContext;
33 import javax.microedition.khronos.egl.EGLDisplay;
152 EGL10 egl = (EGL10) EGLContext.getEGL(); local
153 EGLDisplay display = egl.eglGetDisplay(EGL10.EGL_DEFAULT_DISPLAY);
156 if (egl.eglInitialize(display, null)) {
158 boolean checkES3 = hasExtension(egl.eglQueryString(display, EGL10.EGL_EXTENSIONS),
160 if (egl.eglGetConfigs(display, null, 0, numConfigs)) {
162 if (egl.eglGetConfigs(display, configs, numConfigs[0], numConfigs))
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
Android.mk 7 $(call emugl-set-shared-library-subpath,egl)
24 $(call emugl-set-shared-library-subpath,egl)
34 $(call emugl-set-shared-library-subpath,egl)
38 egl.cpp \
45 #### egl.cfg ####
49 # version of this file to point to the appropriate HW EGL libraries.
55 LOCAL_MODULE := egl.cfg
58 LOCAL_MODULE_PATH := $(TARGET_OUT)/lib/egl
  /external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
SkiaSampleView.java 10 import javax.microedition.khronos.egl.EGL10;
11 import javax.microedition.khronos.egl.EGLConfig;
12 import javax.microedition.khronos.egl.EGLDisplay;
193 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) {
230 // the OpenGL API (not ES) and causes many EGL drivers to fail
237 if (!egl.eglChooseConfig(display, configSpec, null, 0, value)) {
258 // the OpenGL API (not ES) and causes many EGL drivers to fail
265 if (!egl.eglChooseConfig(display, configSpec, null, 0, value)) {
278 if (!egl.eglChooseConfig(display, configSpec, configs, numConfigs, value)) {
284 if (findConfigAttrib(egl, display, config , EGL10.EGL_RED_SIZE, 0) == 8 &
    [all...]
  /external/skia/platform_tools/android/app/src/com/skia/
SkiaSampleView.java 10 import javax.microedition.khronos.egl.EGL10;
11 import javax.microedition.khronos.egl.EGLConfig;
12 import javax.microedition.khronos.egl.EGLDisplay;
193 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) {
230 // the OpenGL API (not ES) and causes many EGL drivers to fail
237 if (!egl.eglChooseConfig(display, configSpec, null, 0, value)) {
258 // the OpenGL API (not ES) and causes many EGL drivers to fail
265 if (!egl.eglChooseConfig(display, configSpec, null, 0, value)) {
278 if (!egl.eglChooseConfig(display, configSpec, configs, numConfigs, value)) {
284 if (findConfigAttrib(egl, display, config , EGL10.EGL_RED_SIZE, 0) == 8 &
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 27 #include <EGL/egl.h>
28 #include <EGL/eglext.h>
66 * This is the list of EGL extensions exposed to applications.
68 * Some of them (gBuiltinExtensionString) are implemented entirely in this EGL
71 * The rest (gExtensionString) depend on support in the EGL driver, and are
113 * EGL Extensions entry-points exposed to 3rd party applications
159 * They're used internally by the Android EGL layer.
240 // terminates an EGLDisplay, not a EGL itself.
274 res = cnx->egl.eglGetConfigs
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1/
Android.mk 10 LOCAL_MODULE_RELATIVE_PATH := egl
  /device/generic/goldfish/opengl/system/GLESv2/
Android.mk 10 LOCAL_MODULE_RELATIVE_PATH := egl

Completed in 618 milliseconds

1 2 34 5 6 7 8 91011>>