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

1 2

  /frameworks/base/opengl/tests/EGLTest/
EGL_test.cpp 49 ASSERT_EQ(EGL_TRUE, success);
66 ASSERT_EQ(EGL_TRUE, success);
73 ASSERT_EQ(EGL_TRUE, success);
76 ASSERT_EQ(EGL_TRUE, success);
79 ASSERT_EQ(EGL_TRUE, success);
103 ASSERT_EQ(EGL_TRUE, success);
110 ASSERT_EQ(EGL_TRUE, success);
113 ASSERT_EQ(EGL_TRUE, success);
116 ASSERT_EQ(EGL_TRUE, success);
119 ASSERT_EQ(EGL_TRUE, success)
    [all...]
  /frameworks/base/opengl/tests/include/
glTestLib.h 32 void glTestCheckEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
  /frameworks/base/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) {
  /development/tools/emulator/opengl/system/egl/
egl.cpp 181 virtual EGLBoolean connect() { return EGL_TRUE; }
183 virtual EGLBoolean swapBuffers() { return EGL_TRUE; }
288 valid = EGL_TRUE;
289 return EGL_TRUE;
303 return EGL_TRUE;
319 return EGL_TRUE;
353 return EGL_TRUE;
407 valid = EGL_TRUE;
408 return EGL_TRUE;
423 return EGL_TRUE;
    [all...]
eglDisplay.cpp 128 if (status != EGL_TRUE) {
404 return EGL_TRUE;
437 return EGL_TRUE;
472 return EGL_TRUE;
495 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/base/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...]
  /frameworks/base/opengl/libs/EGL/
egl_display.cpp 147 return EGL_TRUE;
256 res = EGL_TRUE;
263 if (res == EGL_TRUE) {
288 return EGL_TRUE;
304 return EGL_TRUE;
322 res = EGL_TRUE;
eglApi.cpp 190 return EGL_TRUE;
201 return EGL_TRUE;
313 res = EGL_TRUE;
331 return EGL_TRUE;
450 if (result == EGL_TRUE) {
469 EGLBoolean result(EGL_TRUE);
540 if (result == EGL_TRUE) {
619 return EGL_TRUE;
653 if (result == EGL_TRUE) {
693 EGLBoolean result(EGL_TRUE);
    [all...]
egl_tls.cpp 36 : error(EGL_SUCCESS), ctx(0), logCallWithNoContext(EGL_TRUE), dbg(0) {
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 231 return EGL_TRUE;
237 return EGL_TRUE;
272 return EGL_TRUE;
452 return EGL_TRUE;
467 return EGL_TRUE;
477 return cfg->getConfAttrib(attribute,value)? EGL_TRUE:EGL_FALSE;
589 return EGL_TRUE;
600 return EGL_TRUE;
610 return EGL_TRUE;
673 return EGL_TRUE;
    [all...]
  /external/mesa3d/test/
egl.cpp 133 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE;
185 return EGL_TRUE;
450 return EGL_TRUE;
611 return EGL_TRUE;
618 return EGL_TRUE;
643 return EGL_TRUE;
731 return EGL_TRUE;
810 return EGL_TRUE;
879 { EGL_NATIVE_RENDERABLE, 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/
GLUtils.h 59 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
GLUtils.cpp 129 if (returnVal != EGL_TRUE) {
280 if (returnValue != EGL_TRUE) {
301 if (returnValue != EGL_TRUE) {
550 static const EGLint attr[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE };
  /frameworks/base/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/base/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/base/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) {
  /system/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/base/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/base/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/base/opengl/tests/lib/
glTestLib.cpp 50 if (returnVal != EGL_TRUE) {
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 40 return EGL_TRUE;
257 return (ret ? EGL_TRUE : EGL_FALSE);
  /frameworks/base/opengl/tests/tritex/
tritex.cpp 137 if ( eglInitialize(eglDisplay, NULL, NULL) != EGL_TRUE )
159 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
  /frameworks/base/opengl/tests/angeles/
app-linux.cpp 174 return EGL_TRUE;

Completed in 130 milliseconds

1 2