Searched refs:CURRENT_SDK_VERSION (Results 1 – 1 of 1) sorted by relevance
35 private static final int CURRENT_SDK_VERSION = Build.VERSION.SDK_INT; field in EglBase14Impl45 "SDK version: " + CURRENT_SDK_VERSION in isEGL14Supported()46 + ". isEGL14Supported: " + (CURRENT_SDK_VERSION >= EGLExt_SDK_VERSION)); in isEGL14Supported()47 return (CURRENT_SDK_VERSION >= EGLExt_SDK_VERSION); in isEGL14Supported()62 return CURRENT_SDK_VERSION >= Build.VERSION_CODES.LOLLIPOP ? egl14Context.getNativeHandle() in getNativeEglContext()