• Home
  • Raw
  • Download

Lines Matching refs:LOAD_PROC

70 #define LOAD_PROC(NAME, TYPE)                                           \  macro
168 LOAD_PROC(glEGLImageTargetTexture2DOES, in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestEglImageArray()
171 LOAD_PROC(eglGetNativeClientBufferANDROID, in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestEglImageArray()
174 LOAD_PROC(eglCreateImageKHR, PFNEGLCREATEIMAGEKHRPROC); in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestEglImageArray()
176 LOAD_PROC(glFramebufferTextureMultiviewOVR, in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestEglImageArray()
179 LOAD_PROC(glFramebufferTextureMultisampleMultiviewOVR, in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestEglImageArray()
275 LOAD_PROC(eglGetNativeClientBufferANDROID, PFNEGLGETNATIVECLIENTBUFFERANDROID); in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestExternalBuffer()
277 LOAD_PROC(glBufferStorageExternalEXT, PFNGLBUFFERSTORAGEEXTERNALEXTPROC); in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestExternalBuffer()
279 LOAD_PROC(glMapBufferRange, PFNGLMAPBUFFERRANGEPROC); in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestExternalBuffer()
281 LOAD_PROC(glUnmapBuffer, PFNGLUNMAPBUFFERPROC); in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestExternalBuffer()
607 LOAD_PROC(eglGetNativeClientBufferANDROID, in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestSrgbBuffer()
610 LOAD_PROC(eglCreateImageKHR, PFNEGLCREATEIMAGEKHRPROC); in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestSrgbBuffer()
612 LOAD_PROC(glEGLImageTargetTexture2DOES, in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestSrgbBuffer()