OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EGL
(Results
51 - 75
of
212
) sorted by null
1
2
3
4
5
6
7
8
9
/cts/tests/tests/openglperf/jni/
OpenGlPerfNativeJni.cpp
17
#include <
EGL
/
egl
.h>
18
#define EGL_EGLEXT_PROTOTYPES // for
egl
*Sync*
19
#include <
EGL
/eglext.h>
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.h
36
#include <
EGL
/
egl
.h>
37
#include <
EGL
/eglext.h>
61
// GL &
EGL
error checks
67
// GL &
EGL
extension checks
/frameworks/native/opengl/libagl/
TextureObjectManager.h
33
#include <
EGL
/
egl
.h>
34
#include <
EGL
/eglext.h>
/frameworks/native/opengl/libs/EGL/
egl_object.cpp
21
#include <
EGL
/
egl
.h>
22
#include <
EGL
/eglext.h>
Loader.cpp
28
#include <
EGL
/
egl
.h>
41
*
EGL
drivers are called
43
* /system/lib/
egl
/lib{[
EGL
|GLESv1_CM|GLESv2] | GLES}_$TAG.so
122
case
EGL
:
152
/* Otherwise, use
egl
.cfg */
153
FILE* cfg = fopen("/system/lib/
egl
/
egl
.cfg", "r");
156
ALOGD("
egl
.cfg not found, using default config")
341
egl
_t*
egl
= &cnx->
egl
;
local
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglConfig.h
19
#include<
EGL
/
egl
.h>
20
#include<
EGL
/eglinternalplatform.h>
EglDisplay.h
21
#include <
EGL
/
egl
.h>
22
#include <
EGL
/eglext.h>
EglOsApi.h
19
#include <
EGL
/
egl
.h>
20
#include <
EGL
/eglinternalplatform.h>
EglContext.h
20
#include <
EGL
/
egl
.h>
EglGlobalInfo.h
20
#include <
EGL
/
egl
.h>
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_proc.h
19
#include <
EGL
/
egl
.h>
21
#include <
EGL
/eglext.h>
/frameworks/native/opengl/tests/EGLTest/
Android.mk
31
frameworks/native/opengl/libs/
EGL
\
/frameworks/native/opengl/tests/lib/
glTestLib.cpp
24
#include <
EGL
/
egl
.h>
25
#include <
EGL
/eglext.h>
/sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_proc.h
19
#include <
EGL
/
egl
.h>
21
#include <
EGL
/eglext.h>
/external/skia/include/gpu/gl/
SkNativeGLContext.h
17
#include <
EGL
/
egl
.h>
/external/webkit/Source/ThirdParty/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>
20
namespace
egl
namespace
28
Surface(Display *display, const
egl
::Config *config, HWND window);
72
const
egl
::Config *mConfig; //
EGL
config surface was created with
/frameworks/base/cmds/bootanimation/
BootAnimation.h
26
#include <
EGL
/
egl
.h>
/frameworks/native/cmds/flatland/
GLHelper.h
22
#include <
EGL
/
egl
.h>
/frameworks/native/include/ui/
FramebufferNativeWindow.h
23
#include <
EGL
/
egl
.h>
/frameworks/native/opengl/tests/gl_perfapp/jni/
gl_code.cpp
7
#include <
EGL
/
egl
.h>
/hardware/qcom/display/libtilerenderer/
tilerenderer.cpp
19
#include <
EGL
/
egl
.h>
/cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp
20
#include <
EGL
/
egl
.h>
21
#include <
EGL
/eglext.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
/frameworks/base/core/jni/
android_opengl_EGLExt.cpp
27
#include <
EGL
/
egl
.h>
28
#include <
EGL
/eglext.h>
/frameworks/native/include/gui/
BufferQueue.h
20
#include <
EGL
/
egl
.h>
21
#include <
EGL
/eglext.h>
295
// Note that the dependencies on
EGL
will be removed once we switch to using
505
// mEglFence is the
EGL
sync object that must signal before the buffer
Completed in 1461 milliseconds
1
2
3
4
5
6
7
8
9