Home
last modified time | relevance | path

Searched refs:EGL_HORIZONTAL_RESOLUTION (Results 1 – 8 of 8) sorted by relevance

/external/deqp/framework/egl/
DegluStrUtil.inl118 case EGL_HORIZONTAL_RESOLUTION: return "EGL_HORIZONTAL_RESOLUTION";
DegluStrUtil.cpp112 case EGL_HORIZONTAL_RESOLUTION: in operator <<()
DegluUtil.cpp218 const EGLint hRes = querySurfaceInt(egl, display, surface, EGL_HORIZONTAL_RESOLUTION); in getSurfaceResolution()
/external/deqp/doc/testspecs/EGL/
Dfunctional.resize.txt45 The pixel_density.* tests query the EGL_HORIZONTAL_RESOLUTION and
/external/mesa3d/include/EGL/
Degl.h177 #define EGL_HORIZONTAL_RESOLUTION 0x3090 macro
/external/mesa3d/src/egl/main/
Deglsurface.c394 case EGL_HORIZONTAL_RESOLUTION: in _eglQuerySurface()
/external/deqp/modules/egl/
DteglQuerySurfaceTests.cpp77 EGL_HORIZONTAL_RESOLUTION, in logCommonSurfaceAttributes()
150 const EGLint hRes = eglu::querySurfaceInt(egl, display, surface, EGL_HORIZONTAL_RESOLUTION); in checkCommonAttributes()
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl137 #define EGL_HORIZONTAL_RESOLUTION 0x3090 macro