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

1 2 34 5 6

  /external/deqp/modules/egl/
teglRenderCase.cpp 184 EGL_WIDTH, width,
teglImageUtil.cpp 106 static const EGLint attribs[] = { EGL_WIDTH, width, EGL_HEIGHT, height, EGL_NONE };
teglMakeCurrentPerfTests.cpp 260 EGL_WIDTH, width,
teglPreservingSwapTests.cpp 424 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH);
teglRenderTests.cpp 728 const int width = eglu::querySurfaceInt(egl, display, surface, EGL_WIDTH);
930 const int width = eglu::querySurfaceInt(egl, display, surface, EGL_WIDTH);
    [all...]
  /external/mesa3d/include/EGL/
egl.h 119 #define EGL_WIDTH 0x3057
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11_dri3.c 430 case EGL_WIDTH:
  /external/swiftshader/include/EGL/
egl.h 119 #define EGL_WIDTH 0x3057
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java 392 int[] attribs = { EGL10.EGL_WIDTH, width, EGL10.EGL_HEIGHT, height, EGL10.EGL_NONE };
  /frameworks/native/cmds/flatland/
GLHelper.cpp 144 eglQuerySurface(mDisplay, surface, EGL_WIDTH, &w);
  /frameworks/native/libs/gui/tests/
SurfaceTextureMultiContextGL_test.cpp 438 EGL_WIDTH, 64,
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 375 eglQuerySurface(dpy, surface, EGL_WIDTH, &w);
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 443 eglQuerySurface(dpy, surface, EGL_WIDTH, &w);
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 398 eglQuerySurface(dpy, surface, EGL_WIDTH, &w);
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 263 eglQuerySurface(eglDisplay, eglSurface, EGL_WIDTH, &w);
  /external/deqp/framework/egl/wrapper/
eglwEnums.inl 105 #define EGL_WIDTH 0x3057
eglwEnumsC.inl 105 #define EGL_WIDTH 0x3057
  /external/deqp/framework/egl/
egluUtil.cpp 211 const EGLint width = querySurfaceInt(egl, display, surface, EGL_WIDTH);
  /external/drm_hwcomposer/
glworker.cpp 449 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE};
  /external/swiftshader/src/OpenGL/libEGL/
Display.cpp 359 case EGL_WIDTH:
  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 320 EGL_WIDTH, (EGLint*)&m_pShell->m_pShellData->nShellDimX
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 103 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE};
  /frameworks/rs/driver/
rsdGL.cpp 317 EGLint pbuffer_attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE };
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 

Completed in 629 milliseconds

1 2 34 5 6