Home
last modified time | relevance | path

Searched refs:removeBuffer (Results 1 – 7 of 7) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DDmaMap.h48 void removeBuffer(uint64_t addr);
/hardware/google/aemu/host-common/
DGoldfishDma.cpp28 android::DmaMap::get()->removeBuffer(guest_paddr); in android_goldfish_dma_remove_buffer()
DDmaMap.cpp71 void DmaMap::removeBuffer(uint64_t guest_paddr) { in removeBuffer() function in android::DmaMap
/hardware/google/gchips/gralloc4/src/hidl_common/
DMapper.h93 native_handle_t* removeBuffer(void **buffer);
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h288 void removeBuffer(GLuint id);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp459 void GLClientState::removeBuffer(GLuint id) { in removeBuffer() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp737 ctx->m_state->removeBuffer(buffers[i]); in s_glDeleteBuffers()