Searched refs:mBoundSurface (Results 1 – 2 of 2) sorted by relevance
651 mBoundSurface(nullptr), in Texture()662 if (mBoundSurface) in onDestroy()664 ANGLE_SWALLOW_ERR(mBoundSurface->releaseTexImage(context, EGL_BACK_BUFFER)); in onDestroy()665 mBoundSurface = nullptr; in onDestroy()990 return mBoundSurface; in getBoundSurface()1527 if (mBoundSurface) in bindTexImageFromSurface()1533 mBoundSurface = surface; in bindTexImageFromSurface()1546 ASSERT(mBoundSurface); in releaseTexImageFromSurface()1547 mBoundSurface = nullptr; in releaseTexImageFromSurface()1602 if (mBoundSurface) in releaseTexImageInternal()[all …]
618 egl::Surface *mBoundSurface; variable