Lines Matching refs:mImplementation
53 mImplementation(nullptr), in Surface()
131 return mImplementation; in getAttachmentImpl()
136 if (mImplementation) in destroyImpl()
138 mImplementation->destroy(display); in destroyImpl()
143 SafeDelete(mImplementation); in destroyImpl()
184 ANGLE_TRY(mImplementation->initialize(display)); in initialize()
188 mSwapBehavior = mImplementation->getSwapBehavior(); in initialize()
199 const angle::Format *colorFormat = mImplementation->getD3DTextureColorFormat(); in initialize()
212 mState.supportedCompositorTimings = mImplementation->getSupportedCompositorTimings(); in initialize()
213 mState.supportedTimestamps = mImplementation->getSupportedTimestamps(); in initialize()
216 mImplObserverBinding.bind(mImplementation); in initialize()
223 ANGLE_TRY(mImplementation->makeCurrent(context)); in makeCurrent()
231 ANGLE_TRY(mImplementation->unMakeCurrent(context)); in unMakeCurrent()
279 ANGLE_TRY(mImplementation->swap(context)); in swap()
288 ANGLE_TRY(mImplementation->swapWithDamage(context, rects, n_rects)); in swapWithDamage()
297 ANGLE_TRY(mImplementation->swapWithFrameToken(context, frameToken)); in swapWithFrameToken()
315 ANGLE_TRY(mImplementation->postSubBuffer(context, x, y, width, height)); in postSubBuffer()
322 return mImplementation->setPresentationTime(time); in setPresentationTime()
327 return mImplementation->querySurfacePointerANGLE(attribute, value); in querySurfacePointerANGLE()
332 return mPostSubBufferRequested && mImplementation->isPostSubBufferSupported(); in isPostSubBufferSupported()
337 mImplementation->setSwapInterval(interval); in setSwapInterval()
364 mImplementation->setFixedWidth(width); in setFixedWidth()
370 mImplementation->setFixedHeight(height); in setFixedHeight()
455 return mFixedSize ? static_cast<EGLint>(mFixedWidth) : mImplementation->getWidth(); in getWidth()
460 return mFixedSize ? static_cast<EGLint>(mFixedHeight) : mImplementation->getHeight(); in getHeight()
472 return mImplementation->getUserWidth(display, value); in getUserWidth()
485 return mImplementation->getUserHeight(display, value); in getUserHeight()
492 ANGLE_TRY(mImplementation->bindTexImage(context, texture, buffer)); in bindTexImage()
508 ANGLE_TRY(mImplementation->releaseTexImage(context, buffer)); in releaseTexImage()
518 return mImplementation->getSyncValues(ust, msc, sbc); in getSyncValues()
523 return mImplementation->getMscRate(numerator, denominator); in getMscRate()
579 mImplementation->setTimestampsEnabled(enabled); in setTimestampsEnabled()
597 return mImplementation->getCompositorTiming(numTimestamps, names, values); in getCompositorTiming()
602 return mImplementation->getNextFrameId(frameId); in getNextFrameId()
615 return mImplementation->getFrameTimestamps(frameId, numTimestamps, timestamps, values); in getFrameTimestamps()
630 mImplementation = implFactory->createWindowSurface(mState, window, attribs); in WindowSurface()
640 mImplementation = implFactory->createPbufferSurface(mState, attribs); in PbufferSurface()
650 mImplementation = in PbufferSurface()
662 mImplementation = implFactory->createPixmapSurface(mState, nativePixmap, attribs); in PixmapSurface()