Home
last modified time | relevance | path

Searched refs:m_baseFunctions (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/platform/android/
DtcuAndroidInternals.cpp244 m_baseFunctions.incRef = DE_NULL; in GraphicBuffer()
245 m_baseFunctions.decRef = DE_NULL; in GraphicBuffer()
248 m_impl = createGraphicBuffer(m_functions, m_baseFunctions, width, height, format, usage); in GraphicBuffer()
253 if (m_impl && m_baseFunctions.decRef) in ~GraphicBuffer()
255 m_baseFunctions.decRef(getAndroidNativeBase(m_impl)); in ~GraphicBuffer()
DtcuAndroidInternals.hpp180 NativeBaseFunctions m_baseFunctions; member in tcu::Android::internal::GraphicBuffer