Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/metal/
DSurfaceMtl.mm444 mCurrentDrawable = nil;
573 if (!mCurrentDrawable)
673 mCurrentDrawable = [mMetalLayer nextDrawable];
674 if (!mCurrentDrawable)
680 mCurrentDrawable = [mMetalLayer nextDrawable];
686 mColorTexture = mtl::Texture::MakeFromMetal(mCurrentDrawable.get().texture);
693 mColorTexture->set(mCurrentDrawable.get().texture);
709 if (mCurrentDrawable)
720 contextMtl->present(context, mCurrentDrawable);
727 mCurrentDrawable = nil;
DSurfaceMtl.h182 angle::ObjCPtr<id<CAMetalDrawable>> mCurrentDrawable = nil; variable
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.h151 glx::Drawable mCurrentDrawable; variable
DDisplayGLX.cpp87 mCurrentDrawable(0), in DisplayGLX()
371 if (newDrawable != mCurrentDrawable || in makeCurrent()
379 mCurrentDrawable = newDrawable; in makeCurrent()