HomeSort by relevance Sort by last modified time
    Searched refs:EGL_TRUE (Results 1 - 25 of 48) sorted by null

1 2

  /frameworks/native/opengl/tests/include/
glTestLib.h 30 void glTestCheckEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 52 ASSERT_EQ(EGL_TRUE, success);
69 ASSERT_EQ(EGL_TRUE, success);
76 ASSERT_EQ(EGL_TRUE, success);
79 ASSERT_EQ(EGL_TRUE, success);
82 ASSERT_EQ(EGL_TRUE, success);
135 ASSERT_EQ(EGL_TRUE, success);
142 ASSERT_EQ(EGL_TRUE, success);
145 ASSERT_EQ(EGL_TRUE, success);
148 ASSERT_EQ(EGL_TRUE, success);
151 ASSERT_EQ(EGL_TRUE, success)
    [all...]
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 35 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
36 if (returnVal != EGL_TRUE) {
84 if (returnValue != EGL_TRUE) {
113 if (returnValue != EGL_TRUE) {
  /sdk/emulator/opengl/system/egl/
egl.cpp 281 return EGL_TRUE;
329 return EGL_TRUE;
342 virtual EGLBoolean swapBuffers() { return EGL_TRUE; }
392 return EGL_TRUE;
504 return EGL_TRUE;
512 return EGL_TRUE;
565 return EGL_TRUE;
573 return EGL_TRUE;
593 return EGL_TRUE;
603 return EGL_TRUE;
    [all...]
eglDisplay.cpp 129 if (status != EGL_TRUE) {
405 return EGL_TRUE;
438 return EGL_TRUE;
473 return EGL_TRUE;
496 return EGL_TRUE;
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 143 return success(EGL_TRUE);
168 return success(EGL_TRUE);
240 return success(EGL_TRUE);
279 return success(EGL_TRUE);
308 return success(EGL_TRUE);
457 return success(EGL_TRUE);
542 return success(EGL_TRUE);
571 return success(EGL_TRUE);
625 return success(EGL_TRUE);
678 return success(EGL_TRUE);
    [all...]
  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 144 return EGL_TRUE;
258 return EGL_TRUE;
272 return EGL_TRUE;
284 res = EGL_TRUE;
355 if (result == EGL_TRUE) {
364 if (result == EGL_TRUE) {
371 if (result == EGL_TRUE) {
egl_tls.cpp 36 : error(EGL_SUCCESS), ctx(0), logCallWithNoContext(EGL_TRUE) {
eglApi.cpp 334 if (result == EGL_TRUE) {
438 if (result == EGL_TRUE) {
496 return EGL_TRUE;
517 if (result == EGL_TRUE) {
941 EGLBoolean res = EGL_TRUE;
981 EGLBoolean res = EGL_TRUE;
1023 return EGL_TRUE;
    [all...]
egl.cpp 274 return cnx->dso ? EGL_TRUE : EGL_FALSE;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 223 return EGL_TRUE;
229 return EGL_TRUE;
264 return EGL_TRUE;
444 return EGL_TRUE;
459 return EGL_TRUE;
469 return cfg->getConfAttrib(attribute,value)? EGL_TRUE:EGL_FALSE;
581 return EGL_TRUE;
592 return EGL_TRUE;
602 return EGL_TRUE;
665 return EGL_TRUE;
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 106 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE;
157 virtual EGLBoolean connect() { return EGL_TRUE; }
405 return EGL_TRUE;
564 return EGL_TRUE;
571 return EGL_TRUE;
587 return EGL_TRUE;
599 return EGL_TRUE;
678 return EGL_TRUE;
690 return EGL_TRUE;
754 return EGL_TRUE;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp 134 ASSERT(success == EGL_TRUE);
177 ASSERT(success == EGL_TRUE);
258 ASSERT(success == EGL_TRUE);
282 ASSERT(success == EGL_TRUE);
300 ASSERT(success == EGL_TRUE);
385 ASSERT(success == EGL_TRUE);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.h 62 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
48 if (returnVal != EGL_TRUE) {
289 if (returnValue != EGL_TRUE) {
328 if (returnValue != EGL_TRUE) {
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 148 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
149 if (returnVal != EGL_TRUE) {
228 if ( eglInitialize(eglDisplay, NULL, NULL) != EGL_TRUE )
255 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
50 if (returnVal != EGL_TRUE) {
252 if (returnValue != EGL_TRUE) {
284 if (returnValue != EGL_TRUE) {
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.cpp 160 EGL_RECORDABLE_ANDROID, EGL_TRUE,
229 EGL_RECORDABLE_ANDROID, EGL_TRUE,
328 EGL_RECORDABLE_ANDROID, EGL_TRUE,
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
48 if (returnVal != EGL_TRUE) {
397 if (returnValue != EGL_TRUE) {
439 if (returnValue != EGL_TRUE) {
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
50 if (returnVal != EGL_TRUE) {
362 if (returnValue != EGL_TRUE) {
394 if (returnValue != EGL_TRUE) {
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 50 if (returnVal != EGL_TRUE) {
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 137 if ( eglInitialize(eglDisplay, NULL, NULL) != EGL_TRUE )
159 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 40 return EGL_TRUE;
266 return (ret ? EGL_TRUE : EGL_FALSE);
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 174 return EGL_TRUE;
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 107 const bool result = eglSwapBuffers(display(), surface()) == EGL_TRUE;
152 EGL_RECORDABLE_ANDROID, EGL_TRUE,

Completed in 492 milliseconds

1 2