• Home
  • Raw
  • Download

Lines Matching refs:Context9

46 angle::Result Image9::GenerateMip(Context9 *context9,  in GenerateMip()
95 angle::Result Image9::GenerateMipmap(Context9 *context9, Image9 *dest, Image9 *source) in GenerateMipmap()
111 angle::Result Image9::CopyLockableSurfaces(Context9 *context9, in CopyLockableSurfaces()
164 Context9 *context9 = GetImplAs<Context9>(context); in CopyImage()
254 angle::Result Image9::createSurface(Context9 *context9) in createSurface()
313 angle::Result Image9::lock(Context9 *context9, D3DLOCKED_RECT *lockedRect, const RECT &rect) in lock()
355 angle::Result Image9::getSurface(Context9 *context9, IDirect3DSurface9 **outSurface) in getSurface()
369 return setManagedSurface(GetImplAs<Context9>(context), surface); in setManagedSurface2D()
381 return setManagedSurface(GetImplAs<Context9>(context), surface); in setManagedSurfaceCube()
384 angle::Result Image9::setManagedSurface(Context9 *context9, IDirect3DSurface9 *surface) in setManagedSurface()
411 ANGLE_TRY(createSurface(GetImplAs<Context9>(context))); in copyToStorage()
418 angle::Result result = copyToSurface(GetImplAs<Context9>(context), destSurface, region); in copyToStorage()
423 angle::Result Image9::copyToSurface(Context9 *context9, in copyToSurface()
485 Context9 *context9 = GetImplAs<Context9>(context); in loadData()
501 ANGLE_TRY(lock(GetImplAs<Context9>(context), &locked, lockRect)); in loadData()
519 Context9 *context9 = GetImplAs<Context9>(context); in loadCompressedData()
540 ANGLE_TRY(lock(GetImplAs<Context9>(context), &locked, lockRect)); in loadCompressedData()
553 angle::Result Image9::copyFromRTInternal(Context9 *context9, in copyFromRTInternal()
775 return copyFromRTInternal(GetImplAs<Context9>(context), gl::Offset(), sourceArea, renderTarget); in copyFromTexStorage()
789 return copyFromRTInternal(GetImplAs<Context9>(context), destOffset, sourceArea, renderTarget); in copyFromFramebuffer()