Searched refs:unmapBuffer (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DIndexBuffer.h29 virtual bool unmapBuffer() = 0;
63 bool unmapBuffer();
H A DIndexBuffer11.h29 virtual bool unmapBuffer();
H A DIndexBuffer9.h29 virtual bool unmapBuffer();
H A DIndexBuffer.cpp84 bool IndexBufferInterface::unmapBuffer() function in class:rx::IndexBufferInterface
86 return mIndexBuffer->unmapBuffer();
H A DIndexDataManager.cpp214 if (!indexBuffer->unmapBuffer())
269 if (!mCountingBuffer->unmapBuffer())
299 if (!mCountingBuffer->unmapBuffer())
H A DIndexBuffer11.cpp104 bool IndexBuffer11::unmapBuffer() function in class:rx::IndexBuffer11
H A DIndexBuffer9.cpp119 bool IndexBuffer9::unmapBuffer() function in class:rx::IndexBuffer9
H A DRenderer11.cpp1196 if (!mLineLoopIB->unmapBuffer())
1305 if (!mTriangleFanIB->unmapBuffer())
H A DRenderer9.cpp1534 if (!mLineLoopIB->unmapBuffer())
1615 if (!mLineLoopIB->unmapBuffer())

Completed in 105 milliseconds