Lines Matching refs:eglGetNativeClientBufferANDROID
50 PFNEGLGETNATIVECLIENTBUFFERANDROID eglGetNativeClientBufferANDROID; variable
126 EGLClientBuffer native_buffer = eglGetNativeClientBufferANDROID(hwbuffer); in testEglImageArray()
171 LOAD_PROC(eglGetNativeClientBufferANDROID, in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestEglImageArray()
173 ASSERT_NE(eglGetNativeClientBufferANDROID, nullptr); in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestEglImageArray()
222 EGLClientBuffer native_buffer = eglGetNativeClientBufferANDROID(hwbuffer); in testExternalBuffer()
275 LOAD_PROC(eglGetNativeClientBufferANDROID, PFNEGLGETNATIVECLIENTBUFFERANDROID); in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestExternalBuffer()
276 ASSERT_NE(eglGetNativeClientBufferANDROID, nullptr); in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestExternalBuffer()
466 EGLClientBuffer native_buffer = eglGetNativeClientBufferANDROID(hwbuffer); in testLinearMagnification()
545 EGLClientBuffer native_buffer = eglGetNativeClientBufferANDROID(hwbuffer); in testFramebufferBlending()
607 LOAD_PROC(eglGetNativeClientBufferANDROID, in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestSrgbBuffer()
609 ASSERT_NE(eglGetNativeClientBufferANDROID, nullptr); in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestSrgbBuffer()