/external/chromium_org/third_party/skia/src/gpu/gl/android/ |
GrGLCreateNativeInterface_android.cpp | 18 #include <EGL/egl.h>
|
/external/skia/src/gpu/gl/android/ |
GrGLCreateNativeInterface_android.cpp | 18 #include <EGL/egl.h>
|
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
VideoDumpView.java | 37 import javax.microedition.khronos.egl.EGLConfig; 513 * Called when the rendering thread starts and whenever the EGL context is lost. 515 * starts, and that need to be recreated when the EGL context is lost e.g. texture. 516 * Note that when the EGL context is lost, all OpenGL resources associated with
|
/frameworks/native/libs/gui/ |
IGraphicBufferConsumer.cpp | 19 #include <EGL/egl.h> 20 #include <EGL/eglext.h>
|
BufferQueue.cpp | 24 #include <EGL/egl.h> 25 #include <EGL/eglext.h> [all...] |
GLConsumer.cpp | 24 #include <EGL/egl.h> 25 #include <EGL/eglext.h> 170 // Make sure the EGL state is the same as in previous calls. 218 // Make sure the EGL state is the same as in previous calls. 227 // if we're detached, no need to validate EGL's state -- we won't use it. 660 ST_LOGE("syncForReleaseLocked: error creating EGL fence: %#x", [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc.cpp | 26 #include <EGL/egl.h>
|
hwc_utils.cpp | 23 #include <EGL/egl.h> 666 if(property_get("debug.egl.swapinterval", property, "1") > 0) { [all...] |
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc.cpp | 26 #include <EGL/egl.h>
|
hwc_utils.cpp | 25 #include <EGL/egl.h> 624 if(property_get("debug.egl.swapinterval", property, "1") > 0) { [all...] |
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc.cpp | 26 #include <EGL/egl.h>
|
hwc_utils.cpp | 23 #include <EGL/egl.h> 624 if(property_get("debug.egl.swapinterval", property, "1") > 0) { [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/ |
Context.cpp | 245 void Context::makeCurrent(egl::Surface *surface) [all...] |
Texture.cpp | 421 void Texture2D::bindTexImage(egl::Surface *surface) [all...] |
/frameworks/rs/driver/ |
rsdAllocation.cpp | 746 RSD_CALL_GL(eglSwapBuffers, dc->gl.egl.display, dc->gl.egl.surface); [all...] |
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
gl3stub.c | 17 #include <EGL/egl.h>
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/ |
native_android.cpp | 27 #define LOG_TAG "EGL-GALLIUM" 34 #include <ui/egl/android_natives.h> 626 LOGW("will fall back to other EGL drivers if any");
|
/external/mesa3d/src/gallium/state_trackers/egl/android/ |
native_android.cpp | 27 #define LOG_TAG "EGL-GALLIUM" 34 #include <ui/egl/android_natives.h> 626 LOGW("will fall back to other EGL drivers if any");
|
/frameworks/base/core/jni/ |
com_google_android_gles_jni_EGLImpl.cpp | 25 #include <EGL/egl_display.h> 26 #include <EGL/egl.h> 130 // we're exposing only EGL 1.0 527 #define DISPLAY "Ljavax/microedition/khronos/egl/EGLDisplay;" 528 #define CONTEXT "Ljavax/microedition/khronos/egl/EGLContext;" 529 #define CONFIG "Ljavax/microedition/khronos/egl/EGLConfig;" 530 #define SURFACE "Ljavax/microedition/khronos/egl/EGLSurface;"
|
android_opengl_EGL14.cpp | 27 #include <EGL/egl.h> [all...] |
/frameworks/native/libs/gui/tests/ |
SurfaceTextureClient_test.cpp | 20 #include <EGL/egl.h> 52 // This initializes EGL and create a dummy GL context with a
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
CameraStreamer.java | 46 import javax.microedition.khronos.egl.EGLContext; [all...] |
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglImp.cpp | 21 #include <EGL/egl.h> 87 //macros for accessing global egl info & tls objects [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles.cpp | 21 #include <EGL/egl.h> [all...] |
/frameworks/native/opengl/tests/hwc/ |
hwcCommit.cpp | 94 #include <EGL/egl.h> 95 #include <EGL/eglext.h> [all...] |