Home
last modified time | relevance | path

Searched refs:mCurrentDrawable (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/
DSurfaceMtl.mm228 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);
DSurfaceMtl.h86 mtl::AutoObjCPtr<id<CAMetalDrawable>> mCurrentDrawable = nil; variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp81 mCurrentDrawable(0), in DisplayGLX()
381 if (drawable != mCurrentDrawable) in makeCurrent()
387 mCurrentDrawable = drawable; in makeCurrent()
DDisplayGLX.h146 glx::Drawable mCurrentDrawable; variable