Searched defs:context9 (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Blit9.cpp | 84 angle::Result Blit9::initialize(Context9 *context9) in initialize() 120 angle::Result Blit9::setShader(Context9 *context9, in setShader() 151 angle::Result Blit9::setVertexShader(Context9 *context9, ShaderId shader) in setVertexShader() 158 angle::Result Blit9::setPixelShader(Context9 *context9, ShaderId shader) in setPixelShader() 187 angle::Result Blit9::boxFilter(Context9 *context9, in boxFilter() 228 Context9 *context9 = GetImplAs<Context9>(context); in copy2D() local 262 Context9 *context9 = GetImplAs<Context9>(context); in copyCube() local 298 Context9 *context9 = GetImplAs<Context9>(context); in copyTexture() local 327 angle::Result Blit9::copy(Context9 *context9, in copy() 384 angle::Result Blit9::formatConvert(Context9 *context9, in formatConvert() [all …]
|
D | Query9.cpp | 36 Context9 *context9 = GetImplAs<Context9>(context); in begin() local 57 Context9 *context9 = GetImplAs<Context9>(context); in end() local 75 angle::Result Query9::getResultBase(Context9 *context9, T *params) in getResultBase() 119 angle::Result Query9::testQuery(Context9 *context9) in testQuery()
|
D | Image9.cpp | 47 angle::Result Image9::GenerateMip(Context9 *context9, in GenerateMip() 96 angle::Result Image9::GenerateMipmap(Context9 *context9, Image9 *dest, Image9 *source) in GenerateMipmap() 112 angle::Result Image9::CopyLockableSurfaces(Context9 *context9, in CopyLockableSurfaces() 165 Context9 *context9 = GetImplAs<Context9>(context); in CopyImage() local 257 angle::Result Image9::createSurface(Context9 *context9) in createSurface() 316 angle::Result Image9::lock(Context9 *context9, D3DLOCKED_RECT *lockedRect, const RECT &rect) in lock() 358 angle::Result Image9::getSurface(Context9 *context9, IDirect3DSurface9 **outSurface) in getSurface() 387 angle::Result Image9::setManagedSurface(Context9 *context9, IDirect3DSurface9 *surface) in setManagedSurface() 426 angle::Result Image9::copyToSurface(Context9 *context9, in copyToSurface() 488 Context9 *context9 = GetImplAs<Context9>(context); in loadData() local [all …]
|
D | Fence9.cpp | 59 angle::Result FenceNV9::testHelper(Context9 *context9, in testHelper()
|
D | Framebuffer9.cpp | 101 Context9 *context9 = GetImplAs<Context9>(context); in readPixelsImpl() local 233 Context9 *context9 = GetImplAs<Context9>(context); in blitImpl() local
|
D | IndexBuffer9.cpp | 129 Context9 *context9 = GetImplAs<Context9>(context); in discard() local
|
D | VertexBuffer9.cpp | 138 Context9 *context9 = GetImplAs<Context9>(context); in discard() local
|
D | Renderer9.cpp | 641 Context9 *context9 = GetImplAs<Context9>(context); in flush() local 659 Context9 *context9 = GetImplAs<Context9>(context); in finish() local 1540 Context9 *context9 = GetImplAs<Context9>(context); in drawLineLoop() local 2805 angle::Result Renderer9::boxFilter(Context9 *context9, in boxFilter() 2836 Context9 *context9 = GetImplAs<Context9>(context); in copyToRenderTarget() local
|