Lines Matching refs:native_buffer
126 EGLClientBuffer native_buffer = eglGetNativeClientBufferANDROID(hwbuffer); in testEglImageArray() local
127 ASSERT_TRUE(native_buffer); in testEglImageArray()
132 EGL_NATIVE_BUFFER_ANDROID, native_buffer, attrs); in testEglImageArray()
222 EGLClientBuffer native_buffer = eglGetNativeClientBufferANDROID(hwbuffer); in testExternalBuffer() local
223 ASSERT_TRUE(native_buffer); in testExternalBuffer()
233 bufsize, native_buffer, flags); in testExternalBuffer()
466 EGLClientBuffer native_buffer = eglGetNativeClientBufferANDROID(hwbuffer); in testLinearMagnification() local
467 ASSERT_TRUE(native_buffer); in testLinearMagnification()
472 EGL_NATIVE_BUFFER_ANDROID, native_buffer, attrs); in testLinearMagnification()
545 EGLClientBuffer native_buffer = eglGetNativeClientBufferANDROID(hwbuffer); in testFramebufferBlending() local
546 ASSERT_TRUE(native_buffer); in testFramebufferBlending()
551 EGL_NATIVE_BUFFER_ANDROID, native_buffer, attrs); in testFramebufferBlending()