Home
last modified time | relevance | path

Searched refs:decRef (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/platform/android/
DtcuAndroidInternals.cpp214 if (!baseFunctions.incRef || !baseFunctions.decRef) in createGraphicBuffer()
217 baseFunctions.decRef = getNativeBaseDecRefFunc(base); in createGraphicBuffer()
237 m_baseFunctions.decRef = DE_NULL; in GraphicBuffer()
245 if (m_impl && m_baseFunctions.decRef) in ~GraphicBuffer()
247 m_baseFunctions.decRef(getAndroidNativeBase(m_impl)); in ~GraphicBuffer()
DtcuAndroidInternals.hpp121 decRefFunc decRef; member
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c96 dri2_surf->buffer->common.decRef(&dri2_surf->buffer->common); in droid_window_enqueue_buffer()
244 dri2_surf->window->common.decRef(&dri2_surf->window->common); in droid_destroy_surface()
/external/mesa3d/src/gallium/state_trackers/egl/android/
Dnative_android.cpp355 asurf->buf->common.decRef(&asurf->buf->common); in android_surface_enqueue_buffer()
497 asurf->win->common.decRef(&asurf->win->common); in android_surface_destroy()