• Home
  • Raw
  • Download

Lines Matching refs:Context9

641     Context9 *context9 = GetImplAs<Context9>(context);  in flush()
659 Context9 *context9 = GetImplAs<Context9>(context); in finish()
858 return new Context9(state, errorSet, this); in createContext()
871 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to allocate event query"); in allocateEventQuery()
974 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in fastCopyBufferToTexture()
1496 Context9 *context9 = GetImplAs<Context9>(context); in drawLineLoop()
1678 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in drawIndexedPoints()
1735 ANGLE_TRY_HR(GetImplAs<Context9>(context), E_OUTOFMEMORY, in getCountingIB()
2486 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in copyImage3D()
2499 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in copyImage2DArray()
2535 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in copyCompressedTexture()
2586 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to create render target"); in createRenderTarget()
2621 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to copy render target"); in createRenderTargetCopy()
2761 angle::Result Renderer9::boxFilter(Context9 *context9, in boxFilter()
2792 Context9 *context9 = GetImplAs<Context9>(context); in copyToRenderTarget()
2845 return Image9::GenerateMipmap(GetImplAs<Context9>(context), dst9, src9); in generateMipmap()
2852 ANGLE_HR_UNREACHABLE(GetImplAs<Context9>(context)); in generateMipmapUsingD3D()
3029 ANGLE_CHECK(GetImplAs<Context9>(context), !check, in getVertexSpaceRequired()
3275 return GetImplAs<Context9>(context)->getIncompleteTexture(context, type, textureOut); in getIncompleteTexture()