Searched refs:mCurrentDrawable (Results 1 – 4 of 4) sorted by relevance
228 mCurrentDrawable = nil;513 mCurrentDrawable = nil;514 mCurrentDrawable.retainAssign([mMetalLayer nextDrawable]);515 if (!mCurrentDrawable)521 mCurrentDrawable.retainAssign([mMetalLayer nextDrawable]);527 mDrawableTexture = mtl::Texture::MakeFromMetal(mCurrentDrawable.get().texture);532 mDrawableTexture->set(mCurrentDrawable.get().texture);565 contextMtl->present(context, mCurrentDrawable);
86 mtl::AutoObjCPtr<id<CAMetalDrawable>> mCurrentDrawable = nil; variable
81 mCurrentDrawable(0), in DisplayGLX()381 if (drawable != mCurrentDrawable) in makeCurrent()387 mCurrentDrawable = drawable; in makeCurrent()
146 glx::Drawable mCurrentDrawable; variable