/third_party/vk-gl-cts/modules/egl/ |
H A D | teglQuerySurfaceTests.cpp | 98 EGL_MIPMAP_LEVEL, in logPbufferSurfaceAttributes() 264 EGL_MIPMAP_LEVEL, in checkNonPbufferAttributes() 485 EGLU_CHECK_CALL(egl, querySurface(display, surface, EGL_MIPMAP_LEVEL, &value)); in testAttributes() 487 logSurfaceAttribute(log, EGL_MIPMAP_LEVEL, value); in testAttributes() 499 log << TestLog::Message << " Fail, eglQuerySurface changed value when querying EGL_MIPMAP_LEVEL for non-pbuffer surface. Result: " << value << ". Expected: " << initialValue << TestLog::EndMessage; in testAttributes() 500 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "EGL_MIPMAP_LEVEL query modified result for non-pbuffer surface."); in testAttributes() 503 egl.surfaceAttrib(display, surface, EGL_MIPMAP_LEVEL, 1); in testAttributes() 510 log << TestLog::Message << " Fail, setting EGL_MIPMAP_LEVEL should not result in an error, received " << eglu::getErrorStr(error) << TestLog::EndMessage; in testAttributes()
|
/third_party/EGL/api/1.2/EGL/ |
H A D | egl.h | 137 #define EGL_MIPMAP_LEVEL 0x3083 macro
|
/third_party/EGL/api/1.2/ |
H A D | egl.h | 133 #define EGL_MIPMAP_LEVEL 0x3083 macro
|
/third_party/EGL/api/1.1/EGL/ |
H A D | egl.h | 156 #define EGL_MIPMAP_LEVEL 0x3083 /* " */ macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/ |
H A D | egl.h | 133 #define EGL_MIPMAP_LEVEL 0x3083 macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/ |
H A D | egl.h | 186 #define EGL_MIPMAP_LEVEL 0x3083 /* " */ macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/ |
H A D | egl.h | 133 #define EGL_MIPMAP_LEVEL 0x3083 macro
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglsurface.c | 487 case EGL_MIPMAP_LEVEL: in _eglQuerySurface() 641 case EGL_MIPMAP_LEVEL: in _eglSurfaceAttrib()
|
/third_party/EGL/api/1.0/EGL/ |
H A D | egl.h | 156 #define EGL_MIPMAP_LEVEL 0x3083 macro
|
/third_party/EGL/api/1.0/ |
H A D | egl.h | 153 #define EGL_MIPMAP_LEVEL 0x3083 macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/ |
H A D | egl.h | 153 #define EGL_MIPMAP_LEVEL 0x3083 macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.0/ |
H A D | egl.h | 153 #define EGL_MIPMAP_LEVEL 0x3083 macro
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | egl.h | 156 #define EGL_MIPMAP_LEVEL 0x3083 macro
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | egl.h | 156 #define EGL_MIPMAP_LEVEL 0x3083 macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | libEGL.cpp | 526 case EGL_MIPMAP_LEVEL: in QuerySurface() 668 case EGL_MIPMAP_LEVEL: in SurfaceAttrib()
|
/third_party/EGL/api/EGL/ |
H A D | egl.h | 167 #define EGL_MIPMAP_LEVEL 0x3083 macro
|
/third_party/mesa3d/include/EGL/ |
H A D | egl.h | 167 #define EGL_MIPMAP_LEVEL 0x3083 macro
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | egl.h | 167 #define EGL_MIPMAP_LEVEL 0x3083 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 4236 case EGL_MIPMAP_LEVEL: in QuerySurfaceAttrib() 4373 case EGL_MIPMAP_LEVEL: in SetSurfaceAttrib()
|
H A D | validationEGL.cpp | 5140 case EGL_MIPMAP_LEVEL: in ValidateSurfaceAttrib() 5281 case EGL_MIPMAP_LEVEL: in ValidateQuerySurface()
|