HomeSort by relevance Sort by last modified time
    Searched refs:EGL_WIDTH (Results 51 - 75 of 144) sorted by null

1 23 4 5 6

  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 645 EGL_WIDTH, buf->width,
661 EGL_WIDTH, buf->width,
702 EGL_WIDTH, buf->width,
767 case EGL_WIDTH:
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
main.c 109 eglQuerySurface(display, surface, EGL_WIDTH, &w);
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 113 public static final int EGL_WIDTH = 0x3057;
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 171 #define EGL_WIDTH 0x3057
  /frameworks/native/opengl/tests/finish/
finish.cpp 65 eglQuerySurface(dpy, surface, EGL_WIDTH, &w);
  /hardware/libhardware/tests/hwc/
util.c 211 eglQuerySurface(display, surface, EGL_WIDTH, &w);
  /device/generic/goldfish/camera/
EmulatedFakeRotatingCameraDevice.cpp 380 EGLint attribs[] = { EGL_WIDTH, width, EGL_HEIGHT, height, EGL_NONE };
401 eglQuerySurface(mEglDisplay, mEglSurface, EGL_WIDTH, &w);
  /cts/tests/tests/graphics/src/android/graphics/cts/
ANativeWindowTest.java 83 new int[] {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE}, 0);
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 168 #define EGL_WIDTH 0x3057
  /external/skia/tools/gpu/gl/angle/
GLTestContext_angle.cpp 221 EGL_WIDTH, 1,
  /external/skia/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 170 EGL_WIDTH, 1,
  /external/skqp/tools/gpu/gl/angle/
GLTestContext_angle.cpp 221 EGL_WIDTH, 1,
  /external/skqp/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 170 EGL_WIDTH, 1,
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 169 #define EGL_WIDTH 0x3057
  /frameworks/native/opengl/include/EGL/
egl.h 119 #define EGL_WIDTH 0x3057
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 288 eglQuerySurface(dpy, surface, EGL_WIDTH, &w);
  /hardware/qcom/display/msm8909/gpu_tonemapper/
glengine.cpp 83 EGLint eglSurfaceAttribList[] = {EGL_WIDTH, 1,
  /hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
glengine.cpp 83 EGLint eglSurfaceAttribList[] = {EGL_WIDTH, 1,
  /hardware/qcom/display/msm8998/gpu_tonemapper/
glengine.cpp 104 EGLint eglSurfaceAttribList[] = {EGL_WIDTH, 1,
  /packages/apps/Camera2/src/com/android/camera/data/
GlideFilmstripManager.java 257 EGL14.EGL_WIDTH, 64,
  /external/deqp/modules/egl/
teglPartialUpdateTests.cpp 492 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH);
683 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH);
745 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH);
teglSwapBuffersWithDamageTests.cpp 401 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH);
481 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH);
569 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH);
teglMemoryStressTests.cpp 204 EGL_WIDTH, width,
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerGetConfigTests.java 182 EGL10.EGL_WIDTH, 1,
  /external/deqp/framework/platform/surfaceless/
tcuSurfacelessPlatform.cpp 299 surface_attribs.push_back(EGL_WIDTH);

Completed in 432 milliseconds

1 23 4 5 6