Home
last modified time | relevance | path

Searched refs:mPostSubBufferSupported (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/libEGL/
DSurface.cpp29 …: mDisplay(display), mConfig(config), mWindow(window), mPostSubBufferSupported(postSubBufferSuppor… in Surface()
50 …fig), mShareHandle(shareHandle), mWidth(width), mHeight(height), mPostSubBufferSupported(EGL_FALSE) in Surface()
350 if (!mPostSubBufferSupported) in postSubBuffer()
371 return mPostSubBufferSupported; in isPostSubBufferSupported()
DSurface.h101 EGLint mPostSubBufferSupported; variable