HomeSort by relevance Sort by last modified time
    Searched refs:EGLBoolean (Results 51 - 72 of 72) sorted by null

1 23

  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp 133 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &configId);
176 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &configId);
257 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &surfaceConfigId);
281 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &surfaceConfigId);
299 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &surfaceConfigId);
384 EGLBoolean success = eglQuerySurface(m_display, surface, EGL_CONFIG_ID, &surfaceConfigId);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.h 62 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
GLUtils.cpp 155 void GLUtils::checkEglError(const char* op, EGLBoolean returnVal)
  /frameworks/native/opengl/libs/EGL/
egl.cpp 255 static EGLBoolean egl_init_drivers_locked() {
279 EGLBoolean egl_init_drivers() {
280 EGLBoolean res;
  /external/mesa3d/docs/
MESA_drm_image.spec 48 EGLBoolean eglExportDRMImageMESA(EGLDisplay dpy,
103 EGLBoolean eglExportDRMImageMESA(EGLDisplay dpy,
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 48 void glTestCheckEglError(const char* op, EGLBoolean returnVal)
  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 89 EGLBoolean sucess = eglSwapBuffers((EGLDisplay)dpy, (EGLSurface)sur);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 113 EGLBoolean success;
app-win32.c 99 EGLBoolean success;
  /frameworks/rs/driver/
rsdGL.cpp 53 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
129 EGLBoolean returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
253 EGLBoolean ret;
431 EGLBoolean ret;
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
262 EGLBoolean returnValue;
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
225 EGLBoolean returnValue;
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
366 EGLBoolean returnValue;
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
335 EGLBoolean returnValue;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglMacApi.cpp 59 EGLBoolean renderable = EGL_FALSE;
EglConfig.cpp 29 EGLBoolean native_renderable,
EglWindowsApi.cpp 378 EGLBoolean renderable = EGL_FALSE;
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 148 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 37 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
56 EGLBoolean returnValue;
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
DisplayHardware.cpp 222 EGLBoolean result;
  /device/samsung/crespo/libhwcomposer/
SecHWC.cpp 331 EGLBoolean sucess = eglSwapBuffers((EGLDisplay)dpy, (EGLSurface)sur);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 362 EGLBoolean res = eglSwapBuffers(mDisplay, mSurface);

Completed in 636 milliseconds

1 23