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

1 2 3

  /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) {
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 280 return EGL_TRUE;
327 return EGL_TRUE;
340 virtual EGLBoolean swapBuffers() { return EGL_TRUE; }
390 return EGL_TRUE;
502 return EGL_TRUE;
510 return EGL_TRUE;
563 return EGL_TRUE;
571 return EGL_TRUE;
591 return EGL_TRUE;
601 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 120 return EGL_TRUE;
234 return EGL_TRUE;
246 * to return EGL_TRUE (...)
248 return EGL_TRUE;
254 return EGL_TRUE;
266 res = EGL_TRUE;
341 if (result == EGL_TRUE) {
350 if (result == EGL_TRUE) {
357 if (result == EGL_TRUE) {
egl_tls.cpp 36 : error(EGL_SUCCESS), ctx(0), logCallWithNoContext(EGL_TRUE) {
eglApi.cpp 329 if (resAA == EGL_TRUE && numConfigAA > 0) {
465 if (result == EGL_TRUE) {
575 if (result == EGL_TRUE) {
633 return EGL_TRUE;
654 if (result == EGL_TRUE) {
    [all...]
  /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 107 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE;
159 virtual EGLBoolean connect() { return EGL_TRUE; }
414 return EGL_TRUE;
574 return EGL_TRUE;
581 return EGL_TRUE;
597 return EGL_TRUE;
609 return EGL_TRUE;
688 return EGL_TRUE;
700 return EGL_TRUE;
764 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/cmds/flatland/
GLHelper.cpp 49 if (result != EGL_TRUE) {
66 if (result != EGL_TRUE) {
136 if (result != EGL_TRUE) {
179 if (result != 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 )
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 38 public static final int EGL_TRUE = 1;
  /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;

Completed in 333 milliseconds

1 2 3