OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:egl
(Results
226 - 250
of
403
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp
23
#include <
EGL
/
egl
.h>
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java
24
import javax.microedition.khronos.
egl
.EGLConfig;
/frameworks/native/opengl/tests/lib/
glTestLib.cpp
24
#include <
EGL
/
egl
.h>
25
#include <
EGL
/eglext.h>
/frameworks/native/opengl/tests/linetex/
linetex.cpp
24
#include <
EGL
/
egl
.h>
/frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp
21
#include <
EGL
/
egl
.h>
/hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp
27
#include <
EGL
/
egl
.h>
/sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h
25
#include <
EGL
/
egl
.h>
/sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_proc.h
19
#include <
EGL
/
egl
.h>
21
#include <
EGL
/eglext.h>
/sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.h
28
#include <GLES/
egl
.h>
/development/samples/Compass/src/com/example/android/compass/
CompassActivity.java
23
import javax.microedition.khronos.
egl
.EGL10;
24
import javax.microedition.khronos.
egl
.EGLConfig;
/external/mesa3d/src/egl/drivers/dri2/
Android.mk
41
$(MESA_TOP)/src/
egl
/main \
egl_dri2.h
41
#include "wayland-
egl
-priv.h"
52
#define LOG_TAG "
EGL
-DRI2"
58
# include <ui/
egl
/android_natives.h>
199
/*
EGL
-owned buffers */
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
ClearActivity.java
23
import javax.microedition.khronos.
egl
.EGL10;
24
import javax.microedition.khronos.
egl
.EGLConfig;
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
TestView.java
46
import javax.microedition.khronos.
egl
.EGL10;
47
import javax.microedition.khronos.
egl
.EGLConfig;
/frameworks/base/core/java/android/view/
HardwareRenderer.java
41
import javax.microedition.khronos.
egl
.EGL10;
42
import javax.microedition.khronos.
egl
.EGL11;
43
import javax.microedition.khronos.
egl
.EGLConfig;
44
import javax.microedition.khronos.
egl
.EGLContext;
45
import javax.microedition.khronos.
egl
.EGLDisplay;
46
import javax.microedition.khronos.
egl
.EGLSurface;
53
import static javax.microedition.khronos.
egl
.EGL10.*;
138
* System property used to debug
EGL
configuration choice.
309
* valid state (for instance, to ensure the correct
EGL
context is bound
401
* Notifies
EGL
that the frame is about to be rendered
[
all
...]
/external/chromium_org/third_party/angle/src/libGLESv2/
Context.h
17
#include <
EGL
/
egl
.h>
39
namespace
egl
namespace
176
void makeCurrent(
egl
::Surface *surface);
Texture.h
23
namespace
egl
namespace
160
virtual void bindTexImage(
egl
::Surface *surface);
189
egl
::Surface *mSurface;
/cts/suite/cts/deviceTests/opengl/jni/primitive/fullpipeline/
FullPipelineRenderer.cpp
14
#include <
EGL
/
egl
.h>
/cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCleanup_test.cpp
21
#include <
EGL
/
egl
.h>
22
#include <
EGL
/eglext.h>
38
* Tests
EGL
cleanup edge cases.
202
/* setup, use, release
EGL
*/
221
* Sets up
EGL
. Creates a 1280x720 pbuffer, which is large enough to
283
* Releases
EGL
. How we do that depends on the type of test we're
GLTest_test.cpp
20
#include <
EGL
/
egl
.h>
21
#include <
EGL
/eglext.h>
/cts/tests/tests/view/src/android/view/cts/
DisplayRefreshRateTest.java
31
import javax.microedition.khronos.
egl
.EGLConfig;
/development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java
22
import javax.microedition.khronos.
egl
.EGLConfig;
/external/chromium_org/third_party/angle/samples/gles2_book/Common/
esUtil.c
24
#include <
EGL
/
egl
.h>
25
#include <
EGL
/eglext.h>
55
// Creates an
EGL
rendering context and all associated elements
77
// Initialize
EGL
esUtil.h
25
#include <
EGL
/
egl
.h>
26
#include <
EGL
/eglext.h>
77
///
EGL
display
80
///
EGL
context
83
///
EGL
surface
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.h
41
#include "wayland-
egl
-priv.h"
52
#define LOG_TAG "
EGL
-DRI2"
58
# include <ui/
egl
/android_natives.h>
199
/*
EGL
-owned buffers */
Completed in 206 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>