Searched refs:EGL_MIPMAP_LEVEL (Results 1 – 9 of 9) sorted by relevance
/external/deqp/modules/egl/ |
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() 503 egl.surfaceAttrib(display, surface, EGL_MIPMAP_LEVEL, 1); in testAttributes()
|
/external/mesa3d/src/egl/main/ |
D | eglsurface.c | 353 case EGL_MIPMAP_LEVEL: in _eglQuerySurface() 428 case EGL_MIPMAP_LEVEL: in _eglSurfaceAttrib()
|
/external/deqp/framework/egl/ |
D | egluStrUtil.inl | 123 case EGL_MIPMAP_LEVEL: return "EGL_MIPMAP_LEVEL";
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
D | egl.h | 174 #define EGL_MIPMAP_LEVEL 0x3083 macro
|
/external/mesa3d/include/EGL/ |
D | egl.h | 156 #define EGL_MIPMAP_LEVEL 0x3083 macro
|
/external/swiftshader/include/EGL/ |
D | egl.h | 156 #define EGL_MIPMAP_LEVEL 0x3083 macro
|
/external/deqp/framework/egl/wrapper/ |
D | eglwEnums.inl | 117 #define EGL_MIPMAP_LEVEL 0x3083 macro
|
D | eglwEnumsC.inl | 117 #define EGL_MIPMAP_LEVEL 0x3083 macro
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.cpp | 490 case EGL_MIPMAP_LEVEL: in QuerySurface() 628 case EGL_MIPMAP_LEVEL: in SurfaceAttrib()
|