HomeSort by relevance Sort by last modified time
    Searched refs:EGL_SUCCESS (Results 151 - 175 of 192) sorted by null

1 2 3 4 5 67 8

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 93 if(tls_thread->getError() == EGL_SUCCESS) { \
148 tls_thread->setError(EGL_SUCCESS);
785 RETURN_ERROR(EGL_TRUE,EGL_SUCCESS);
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
texture_definition.cc 228 DCHECK_EQ(static_cast<EGLint>(EGL_SUCCESS), eglGetError());
async_pixel_transfer_manager_egl.cc 31 while ((eglerror = eglGetError()) != EGL_SUCCESS) {
  /external/chromium_org/third_party/angle/include/EGL/
egl.h 109 #define EGL_SUCCESS 0x3000
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 176 if ((error = EGL14.eglGetError()) != EGL14.EGL_SUCCESS) {
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglapi.c 119 RETURN_EGL_ERROR(disp, EGL_SUCCESS, ret)
121 /* record EGL_SUCCESS only when ret evaluates to true */
123 RETURN_EGL_ERROR(disp, (ret) ? EGL_SUCCESS : 0, ret)
823 EGLint err = EGL_SUCCESS;
855 t->LastError = EGL_SUCCESS;
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.c 119 RETURN_EGL_ERROR(disp, EGL_SUCCESS, ret)
121 /* record EGL_SUCCESS only when ret evaluates to true */
123 RETURN_EGL_ERROR(disp, (ret) ? EGL_SUCCESS : 0, ret)
823 EGLint err = EGL_SUCCESS;
855 t->LastError = EGL_SUCCESS;
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java 425 if (error != EGL10.EGL_SUCCESS) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 334 if (error != EGL10.EGL_SUCCESS) {
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java     [all...]
  /external/chromium_org/third_party/angle/src/libEGL/
libEGL.cpp 90 if (error != EGL_SUCCESS)
92 egl::setCurrentError(EGL_SUCCESS);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 416 EGLint err = EGL_SUCCESS;
430 if (err != EGL_SUCCESS) {
  /external/deqp/modules/egl/
teglQuerySurfaceTests.cpp 273 if (error != EGL_SUCCESS)
505 if (error != EGL_SUCCESS)
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 416 EGLint err = EGL_SUCCESS;
430 if (err != EGL_SUCCESS) {
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp     [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java 529 if ((error = EGL14.eglGetError()) != EGL14.EGL_SUCCESS) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 631 if (error != EGL_SUCCESS) {
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 44 case EGL_SUCCESS: return "EGL_SUCCESS";
517 getEGLThreadInfo()->eglError = EGL_SUCCESS;
    [all...]
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 871 EGLint err = EGL_SUCCESS;
876 if (err == EGL_SUCCESS) {
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 87 return EGL_SUCCESS;
92 return EGL_SUCCESS;
94 pthread_setspecific(gEGLErrorKey, (void*)(uintptr_t)EGL_SUCCESS);
    [all...]
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 676 error = EGL_SUCCESS;
  /frameworks/native/libs/gui/
GLConsumer.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Renderer11.cpp 294 return EGL_SUCCESS;
    [all...]

Completed in 802 milliseconds

1 2 3 4 5 67 8