Home
last modified time | relevance | path

Searched refs:curIBuffer_ (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/OpenGL/
H A Dthin3d_gl.cpp410 curIBuffer_ = (OpenGLBuffer *)indexBuffer;
489 AutoRef<OpenGLBuffer> curIBuffer_;
1214 _dbg_assert_msg_(curIBuffer_ != nullptr, "Can't call DrawIndexed without an index buffer");
1219 renderManager_.BindIndexBuffer(curIBuffer_->buffer_);
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/
H A Dthin3d_gl.cpp410 curIBuffer_ = (OpenGLBuffer *)indexBuffer; in BindIndexBuffer()
489 AutoRef<OpenGLBuffer> curIBuffer_; member in Draw::OpenGLContext
1214 _dbg_assert_msg_(curIBuffer_ != nullptr, "Can't call DrawIndexed without an index buffer"); in DrawIndexed()
1219 renderManager_.BindIndexBuffer(curIBuffer_->buffer_); in DrawIndexed()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/
H A Dthin3d_gl.cpp410 curIBuffer_ = (OpenGLBuffer *)indexBuffer; in BindIndexBuffer()
489 AutoRef<OpenGLBuffer> curIBuffer_; member in Draw::OpenGLContext
1214 _dbg_assert_msg_(curIBuffer_ != nullptr, "Can't call DrawIndexed without an index buffer"); in DrawIndexed()
1219 renderManager_.BindIndexBuffer(curIBuffer_->buffer_); in DrawIndexed()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/D3D9/
H A Dthin3d_d3d9.cpp544 curIBuffer_ = (D3D9Buffer *)indexBuffer; in BindIndexBuffer()
616 AutoRef<D3D9Buffer> curIBuffer_; member in Draw::D3D9Context
972 device_->SetIndices(curIBuffer_->ibuffer_); in DrawIndexed()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/D3D9/
H A Dthin3d_d3d9.cpp544 curIBuffer_ = (D3D9Buffer *)indexBuffer; in BindIndexBuffer()
616 AutoRef<D3D9Buffer> curIBuffer_; member in Draw::D3D9Context
972 device_->SetIndices(curIBuffer_->ibuffer_); in DrawIndexed()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/D3D9/
H A Dthin3d_d3d9.cpp544 curIBuffer_ = (D3D9Buffer *)indexBuffer; in BindIndexBuffer()
616 AutoRef<D3D9Buffer> curIBuffer_; member in Draw::D3D9Context
972 device_->SetIndices(curIBuffer_->ibuffer_); in DrawIndexed()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/Vulkan/
H A Dthin3d_vulkan.cpp428 curIBuffer_ = (VKBuffer *)indexBuffer; in BindIndexBuffer()
520 AutoRef<VKBuffer> curIBuffer_; member in Draw::VKContext
1362 VKBuffer *ibuf = curIBuffer_; in DrawIndexed()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/Vulkan/
H A Dthin3d_vulkan.cpp428 curIBuffer_ = (VKBuffer *)indexBuffer; in BindIndexBuffer()
520 AutoRef<VKBuffer> curIBuffer_; member in Draw::VKContext
1362 VKBuffer *ibuf = curIBuffer_; in DrawIndexed()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/Vulkan/
H A Dthin3d_vulkan.cpp428 curIBuffer_ = (VKBuffer *)indexBuffer; in BindIndexBuffer()
520 AutoRef<VKBuffer> curIBuffer_; member in Draw::VKContext
1362 VKBuffer *ibuf = curIBuffer_; in DrawIndexed()