Loading opengl/include/EGL/eglext.h +4 −0 Original line number Original line Diff line number Diff line Loading @@ -616,6 +616,10 @@ typedef EGLAPI EGLClientBuffer (EGLAPIENTRYP PFNEGLCREATENATIVECLIENTBUFFERANDRO #define EGL_FRONT_BUFFER_AUTO_REFRESH_ANDROID 0x314C #define EGL_FRONT_BUFFER_AUTO_REFRESH_ANDROID 0x314C #endif #endif #ifndef EGL_KHR_mutable_render_buffer #define EGL_KHR_mutable_render_buffer 1 #define EGL_MUTABLE_RENDER_BUFFER_BIT_KHR 0x1000 #endif #ifdef __cplusplus #ifdef __cplusplus } } Loading opengl/libs/EGL/eglApi.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -115,6 +115,7 @@ extern char const * const gExtensionString = "EGL_KHR_partial_update " // strongly recommended "EGL_KHR_partial_update " // strongly recommended "EGL_EXT_buffer_age " // strongly recommended with partial_update "EGL_EXT_buffer_age " // strongly recommended with partial_update "EGL_KHR_create_context_no_error " "EGL_KHR_create_context_no_error " "EGL_KHR_mutable_render_buffer " ; ; // extensions not exposed to applications but used by the ANDROID system // extensions not exposed to applications but used by the ANDROID system Loading Loading
opengl/include/EGL/eglext.h +4 −0 Original line number Original line Diff line number Diff line Loading @@ -616,6 +616,10 @@ typedef EGLAPI EGLClientBuffer (EGLAPIENTRYP PFNEGLCREATENATIVECLIENTBUFFERANDRO #define EGL_FRONT_BUFFER_AUTO_REFRESH_ANDROID 0x314C #define EGL_FRONT_BUFFER_AUTO_REFRESH_ANDROID 0x314C #endif #endif #ifndef EGL_KHR_mutable_render_buffer #define EGL_KHR_mutable_render_buffer 1 #define EGL_MUTABLE_RENDER_BUFFER_BIT_KHR 0x1000 #endif #ifdef __cplusplus #ifdef __cplusplus } } Loading
opengl/libs/EGL/eglApi.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -115,6 +115,7 @@ extern char const * const gExtensionString = "EGL_KHR_partial_update " // strongly recommended "EGL_KHR_partial_update " // strongly recommended "EGL_EXT_buffer_age " // strongly recommended with partial_update "EGL_EXT_buffer_age " // strongly recommended with partial_update "EGL_KHR_create_context_no_error " "EGL_KHR_create_context_no_error " "EGL_KHR_mutable_render_buffer " ; ; // extensions not exposed to applications but used by the ANDROID system // extensions not exposed to applications but used by the ANDROID system Loading