Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
H A DteglAndroidUtil.cpp184 AHardwareBuffer* m_hardwareBuffer; member in deqp::egl::Image::AndroidNativeClientBuffer
227 if (ahbFunctions.allocate(&hbufferdesc, &m_hardwareBuffer) != 0) in AndroidNativeClientBuffer()
237 ahbFunctions.release(m_hardwareBuffer);
243 return ((eglGetNativeClientBufferANDROIDFunc)m_egl.getProcAddress("eglGetNativeClientBufferANDROID"))(m_hardwareBuffer);
248 const int status = AHardwareBuffer_lock(m_hardwareBuffer, AHARDWAREBUFFER_USAGE_CPU_WRITE_RARELY, -1, DE_NULL, data);
256 const int status = AHardwareBuffer_unlock(m_hardwareBuffer, DE_NULL);
265 ahbFunctions.describe(m_hardwareBuffer, &ret);

Completed in 2 milliseconds