OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EGL_SUCCESS
(Results
51 - 75
of
192
) sorted by null
1
2
3
4
5
6
7
8
/frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp
40
for (EGLint error = eglGetError(); error !=
EGL_SUCCESS
; error
/hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.cpp
314
ASSERT(
EGL_SUCCESS
== eglGetError());
320
ASSERT(
EGL_SUCCESS
== eglGetError());
325
ASSERT(
EGL_SUCCESS
== eglGetError());
353
ASSERT(
EGL_SUCCESS
== eglGetError());
358
ASSERT(
EGL_SUCCESS
== eglGetError());
363
ASSERT(
EGL_SUCCESS
== eglGetError());
367
ASSERT(
EGL_SUCCESS
== eglGetError());
369
ASSERT(
EGL_SUCCESS
== eglGetError());
392
ASSERT(
EGL_SUCCESS
== eglGetError());
/cts/suite/cts/deviceTests/opengl/jni/primitive/contextswitch/
ContextSwitchRenderer.cpp
109
if (EGL_NO_CONTEXT == mContexts[i] ||
EGL_SUCCESS
!= eglGetError()) {
114
||
EGL_SUCCESS
!= eglGetError()) {
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java
128
while ((error = egl.eglGetError()) != EGL10.
EGL_SUCCESS
) {
311
while (egl.eglGetError() != EGL10.
EGL_SUCCESS
);
/frameworks/base/libs/hwui/renderthread/
EglManager.cpp
38
ERROR_CASE(
EGL_SUCCESS
)
267
if (CC_LIKELY(err ==
EGL_SUCCESS
)) {
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java
96
while ((error = egl.eglGetError()) != EGL10.
EGL_SUCCESS
) {
267
while (egl.eglGetError() != EGL10.
EGL_SUCCESS
);
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java
96
while ((error = egl.eglGetError()) != EGL10.
EGL_SUCCESS
) {
267
while (egl.eglGetError() != EGL10.
EGL_SUCCESS
);
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java
99
while ((error = egl.eglGetError()) != EGL10.
EGL_SUCCESS
) {
270
while (egl.eglGetError() != EGL10.
EGL_SUCCESS
);
/frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if
39
public static final int
EGL_SUCCESS
= 0x3000;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
SwapChain11.cpp
307
return
EGL_SUCCESS
;
322
return
EGL_SUCCESS
;
393
return
EGL_SUCCESS
;
520
return
EGL_SUCCESS
;
623
return
EGL_SUCCESS
;
/cts/tests/tests/media/src/android/media/cts/
InputSurface.java
195
if ((error = EGL14.eglGetError()) != EGL14.
EGL_SUCCESS
) {
OutputSurface.java
314
if ((error = EGL14.eglGetError()) != EGL14.
EGL_SUCCESS
) {
/cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCleanup_test.cpp
308
if (err !=
EGL_SUCCESS
) {
/cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java
153
Assert.assertEquals(EGL10.
EGL_SUCCESS
, mEgl.eglGetError());
/development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c
86
if (error && error !=
EGL_SUCCESS
)
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java
22
int
EGL_SUCCESS
= 0x3000;
/packages/apps/Camera2/src/com/android/camera/
SurfaceTextureRenderer.java
173
while ((error = egl.eglGetError()) != EGL10.
EGL_SUCCESS
) {
/development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp
146
if(
EGL_SUCCESS
!= gl_context_->Resume( app_->window ) )
188
if(
EGL_SUCCESS
!= gl_context_->Swap() )
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp
156
if(
EGL_SUCCESS
!= gl_context_->Resume( app_->window ) )
199
if(
EGL_SUCCESS
!= gl_context_->Swap() )
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_image.c
76
if (_eglParseImageAttribList(&attrs, dpy, attribs) !=
EGL_SUCCESS
)
144
if (_eglParseImageAttribList(&attrs, dpy, attribs) !=
EGL_SUCCESS
)
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java
104
while ((error = egl.eglGetError()) != EGL10.
EGL_SUCCESS
) {
283
while (egl.eglGetError() != EGL10.
EGL_SUCCESS
);
/external/deqp/framework/egl/
egluStrUtil.inl
41
case
EGL_SUCCESS
: return "
EGL_SUCCESS
";
egluUtil.cpp
51
if (result ==
EGL_SUCCESS
)
73
if (result ==
EGL_SUCCESS
)
/external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_image.c
76
if (_eglParseImageAttribList(&attrs, dpy, attribs) !=
EGL_SUCCESS
)
144
if (_eglParseImageAttribList(&attrs, dpy, attribs) !=
EGL_SUCCESS
)
/frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp
316
error !=
EGL_SUCCESS
;
329
error !=
EGL_SUCCESS
;
Completed in 691 milliseconds
1
2
3
4
5
6
7
8