OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:egl
(Results
76 - 100
of
127
) sorted by null
1
2
3
4
5
6
/frameworks/base/libs/ui/
EGLUtils.cpp
25
#include <
EGL
/
egl
.h>
/frameworks/base/opengl/include/EGL/
eglext.h
31
#include <
EGL
/eglplatform.h>
36
/* Current version at http://www.khronos.org/registry/
egl
/ */
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java
17
package javax.microedition.khronos.
egl
;
21
public interface EGL10 extends
EGL
{
/frameworks/base/opengl/tests/finish/
finish.cpp
23
#include <
EGL
/
egl
.h>
/frameworks/base/opengl/tests/lighting1709/src/com/android/lightingtest/
ClearActivity.java
23
import javax.microedition.khronos.
egl
.EGL10;
24
import javax.microedition.khronos.
egl
.EGLConfig;
/external/webkit/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp
358
// Retrieve the same
EGL
config for context creation that was used to
359
// create the the
EGL
surface.
382
// is compatible with the surface.
EGL
doesn't give us a different way
GraphicsContextOpenVG.cpp
34
#if PLATFORM(
EGL
)
37
#include <
egl
.h>
/frameworks/base/libs/surfaceflinger/
LayerBase.h
23
#include <
EGL
/
egl
.h>
24
#include <
EGL
/eglext.h>
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
KubeRenderer.java
21
import javax.microedition.khronos.
egl
.EGLConfig;
/frameworks/base/include/ui/
EGLNativeSurface.h
26
#include <
EGL
/eglnatives.h>
/frameworks/base/opengl/libs/EGL/
hooks.cpp
35
// GL /
EGL
hooks
/frameworks/base/opengl/libs/GLES2/
gl2.cpp
98
* These GL calls are special because they need to
EGL
to retrieve some
/ndk/docs/
STABLE-APIS.TXT
180
Please note that, at the moment, native headers and libraries for the
EGL
APIs
181
are *not* available.
EGL
is used to perform surface creation and flipping
219
Please note that, at the moment, native headers and libraries for the
EGL
APIs
220
are *not* available.
EGL
is used to perform surface creation and flipping
/ndk/samples/san-angeles/src/com/example/SanAngeles/
DemoActivity.java
44
import javax.microedition.khronos.
egl
.EGLConfig;
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
TriangleRenderer.java
26
import javax.microedition.khronos.
egl
.EGL10;
27
import javax.microedition.khronos.
egl
.EGLConfig;
/development/samples/Compass/src/com/example/android/compass/
CompassActivity.java
23
import javax.microedition.khronos.
egl
.EGL10;
24
import javax.microedition.khronos.
egl
.EGLConfig;
/device/htc/dream/
extract-files.sh
28
adb pull /system/lib/
egl
/libGLES_qcom.so ../../../vendor/htc/$DEVICE/proprietary/libGLES_qcom.so
74
vendor/htc/__DEVICE__/proprietary/libGLES_qcom.so:system/lib/
egl
/libGLES_qcom.so \\
/device/htc/sapphire/
extract-files.sh
28
adb pull /system/lib/
egl
/libGLES_qcom.so ../../../vendor/htc/$DEVICE/proprietary/libGLES_qcom.so
74
vendor/htc/__DEVICE__/proprietary/libGLES_qcom.so:system/lib/
egl
/libGLES_qcom.so \\
/external/quake/src/com/android/quake/
QuakeView.java
42
import javax.microedition.khronos.
egl
.EGL10;
43
import javax.microedition.khronos.
egl
.EGLConfig;
/external/quake/standalone/
main.cpp
3
#include <
EGL
/
egl
.h>
/external/skia/src/gl/
SkGL.h
12
#include <
EGL
/
egl
.h>
/frameworks/base/libs/rs/
rsContext.cpp
22
#include <ui/
egl
/android_natives.h>
521
LOGE("
EGL
/Surface mismatch
EGL
(%i x %i) SF (%i x %i)", mEGL.mWidth, mEGL.mHeight, mWidth, mHeight);
530
//LOGV("
EGL
Version %i %i", mEGL.mMajorVersion, mEGL.mMinorVersion);
801
LOGE("
EGL
ver %i %i", mEGL.mMajorVersion, mEGL.mMinorVersion);
802
LOGE("
EGL
context %p surface %p, w=%i h=%i Display=%p", mEGL.mContext,
/frameworks/base/opengl/libagl/
egl.cpp
34
#include <
EGL
/
egl
.h>
35
#include <
EGL
/eglext.h>
708
* This implementation of
EGL
assumes the later case.
946
* the
EGL
specification.
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java
26
import javax.microedition.khronos.
egl
.EGL10;
27
import javax.microedition.khronos.
egl
.EGLConfig;
/frameworks/base/docs/html/resources/articles/
glsurfaceview.jd
32
import javax.microedition.khronos.
egl
.EGLConfig;
112
import javax.microedition.khronos.
egl
.EGLConfig;
Completed in 78 milliseconds
1
2
3
4
5
6