/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
|
/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 postSubBufferSupported); 38 Surface(Display *display, const egl::Config *config, HANDLE shareHandle, EGLint width, EGLint height, EGLenum textureFormat, EGLenum textureTarget); 84 const egl::Config *mConfig; // EGL config surface was created with
|
/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
|
ThreadInfo.h | 20 #include <EGL/egl.h>
|
/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...] |
egl_display.cpp | 35 static char const * const sVersionString = "1.4 Android META-EGL"; 110 EGLDisplay dpy = cnx->egl.eglGetDisplay(display); 145 // initialize each EGL and 154 if (cnx->egl.eglInitialize(idpy, &cnx->major, &cnx->minor)) { 162 disp.queryString.vendor = cnx->egl.eglQueryString(idpy, 164 disp.queryString.version = cnx->egl.eglQueryString(idpy, 166 disp.queryString.extensions = cnx->egl.eglQueryString(idpy, 168 disp.queryString.clientApi = cnx->egl.eglQueryString(idpy, 173 egl_tls_t::egl_strerror(cnx->egl.eglGetError())); 207 property_get("debug.egl.finish", value, "0") [all...] |
egldefs.h | 45 egl_t egl; member in struct:android::egl_connection_t
|
/device/generic/goldfish/opengl/system/GLESv1/ |
Android.mk | 10 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/egl
|
/device/generic/goldfish/opengl/system/GLESv2/ |
Android.mk | 10 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/egl
|
/external/chromium_org/gpu/gles2_conform_support/egl/ |
config.h | 8 #include <EGL/egl.h> 12 namespace egl { namespace 76 // Which types of EGL surfaces are supported. 90 } // namespace egl
|
/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/ |
TestView.java | 42 import javax.microedition.khronos.egl.EGL10; 43 import javax.microedition.khronos.egl.EGLConfig;
|
/sdk/emulator/opengl/tests/EGL_host_wrapper/ |
Android.mk | 8 egl.cpp \
|
/cts/suite/cts/deviceTests/opengl/jni/graphics/ |
PerspectiveProgram.h | 20 #include <EGL/egl.h>
|
/external/chromium_org/gpu/gles2_conform_support/native/ |
egl_native_aura.cc | 8 #include <EGL/egl.h> 9 #include <EGL/eglext.h>
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
egltypedefs.h | 36 #include <EGL/egl.h> 37 #include <EGL/eglext.h>
|
/external/chromium_org/third_party/skia/include/gpu/gl/ |
SkANGLEGLContext.h | 16 #include <EGL/egl.h>
|
/external/mesa3d/src/egl/main/ |
egltypedefs.h | 36 #include <EGL/egl.h> 37 #include <EGL/eglext.h>
|
/external/skia/include/gpu/gl/ |
SkANGLEGLContext.h | 16 #include <EGL/egl.h>
|
/frameworks/base/libs/hwui/ |
Image.h | 20 #include <EGL/egl.h> 21 #include <EGL/eglext.h> 53 * Returns the name of the EGL image represented by this object.
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
EGLDisplayImpl.java | 19 import javax.microedition.khronos.egl.*;
|
EGLSurfaceImpl.java | 19 import javax.microedition.khronos.egl.*;
|
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/ |
TestFramerateView.java | 31 import javax.microedition.khronos.egl.EGL10; 32 import javax.microedition.khronos.egl.EGLConfig; 33 import javax.microedition.khronos.egl.EGLContext; 34 import javax.microedition.khronos.egl.EGLDisplay;
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
FrameBuffer.h | 3 #include <EGL/egl.h>
|