Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
DteglAndroidUtil.cpp172 class AndroidNativeClientBuffer : public ClientBuffer class
175 AndroidNativeClientBuffer (const Library& egl, GLenum format, deUint32 numLayers, bool isYUV);
176 ~AndroidNativeClientBuffer (void);
187 AndroidNativeClientBuffer::AndroidNativeClientBuffer (const Library& egl, GLenum format, deUint32 n… in AndroidNativeClientBuffer() function in deqp::egl::Image::__anon5d1e29540111::AndroidNativeClientBuffer
235 AndroidNativeClientBuffer::~AndroidNativeClientBuffer (void) in ~AndroidNativeClientBuffer()
240 EGLClientBuffer AndroidNativeClientBuffer::get (void) const in get()
246 void AndroidNativeClientBuffer::lock (void** data) in lock()
254 void AndroidNativeClientBuffer::unlock (void) in unlock()
262 AHardwareBuffer_Desc AndroidNativeClientBuffer::describe (void) in describe()
291 …MovePtr<AndroidNativeClientBuffer> buffer (new AndroidNativeClientBuffer(egl, m_format, m_numLayer… in createBuffer()