/third_party/skia/src/gpu/vk/ |
H A D | GrVkInterface.cpp | 183 ACQUIRE_PROC_SUFFIX(GetPhysicalDeviceFeatures2, KHR, instance, VK_NULL_HANDLE); in GrVkInterface() 184 ACQUIRE_PROC_SUFFIX(GetPhysicalDeviceProperties2, KHR, instance, VK_NULL_HANDLE); in GrVkInterface() 185 ACQUIRE_PROC_SUFFIX(GetPhysicalDeviceFormatProperties2, KHR, instance, VK_NULL_HANDLE); in GrVkInterface() 186 ACQUIRE_PROC_SUFFIX(GetPhysicalDeviceImageFormatProperties2, KHR, instance, VK_NULL_HANDLE); in GrVkInterface() 187 ACQUIRE_PROC_SUFFIX(GetPhysicalDeviceQueueFamilyProperties2, KHR, instance, VK_NULL_HANDLE); in GrVkInterface() 188 ACQUIRE_PROC_SUFFIX(GetPhysicalDeviceMemoryProperties2, KHR, instance, VK_NULL_HANDLE); in GrVkInterface() 189 ACQUIRE_PROC_SUFFIX(GetPhysicalDeviceSparseImageFormatProperties2, KHR, instance, in GrVkInterface() 199 ACQUIRE_PROC_SUFFIX(GetImageMemoryRequirements2, KHR, VK_NULL_HANDLE, device); in GrVkInterface() 200 ACQUIRE_PROC_SUFFIX(GetBufferMemoryRequirements2, KHR, VK_NULL_HANDLE, device); in GrVkInterface() 201 ACQUIRE_PROC_SUFFIX(GetImageSparseMemoryRequirements2, KHR, VK_NULL_HANDL in GrVkInterface() [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | VulkanFunctions.cpp | 96 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceExternalBufferProperties, KHR); in LoadInstanceProcs() 102 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceExternalSemaphoreProperties, KHR); in LoadInstanceProcs() 114 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceFeatures2, KHR); in LoadInstanceProcs() 115 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceProperties2, KHR); in LoadInstanceProcs() 116 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceFormatProperties2, KHR); in LoadInstanceProcs() 117 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceImageFormatProperties2, KHR); in LoadInstanceProcs() 118 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceQueueFamilyProperties2, KHR); in LoadInstanceProcs() 119 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceMemoryProperties2, KHR); in LoadInstanceProcs() 120 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceSparseImageFormatProperties2, KHR); in LoadInstanceProcs()
|
/third_party/EGL/api/ |
H A D | Makefile | 23 KHR = . macro 27 $(CC) -c -I$(KHR) egltest.c 28 $(CXX) -c -I$(KHR) egltest.c
|
/third_party/skia/third_party/externals/egl-registry/api/ |
H A D | Makefile | 34 KHR = . macro 38 $(CC) -c -I$(KHR) egltest.c 39 $(CXX) -c -I$(KHR) egltest.c
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLAssembleGLESInterfaceAutogen.cpp | 180 GET_PROC_SUFFIX(BlendBarrier, KHR); in GrGLMakeAssembledGLESInterface() 377 GET_PROC_SUFFIX(DebugMessageCallback, KHR); in GrGLMakeAssembledGLESInterface() 378 GET_PROC_SUFFIX(DebugMessageControl, KHR); in GrGLMakeAssembledGLESInterface() 379 GET_PROC_SUFFIX(DebugMessageInsert, KHR); in GrGLMakeAssembledGLESInterface() 380 GET_PROC_SUFFIX(GetDebugMessageLog, KHR); in GrGLMakeAssembledGLESInterface() 381 GET_PROC_SUFFIX(ObjectLabel, KHR); in GrGLMakeAssembledGLESInterface() 382 GET_PROC_SUFFIX(PopDebugGroup, KHR); in GrGLMakeAssembledGLESInterface() 383 GET_PROC_SUFFIX(PushDebugGroup, KHR); in GrGLMakeAssembledGLESInterface()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl3platform.h | 28 #include <KHR/khrplatform.h>
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2platform.h | 28 #include <KHR/khrplatform.h>
|
/third_party/mesa3d/include/GLES/ |
H A D | glplatform.h | 28 #include <KHR/khrplatform.h>
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2platform.h | 17 #include <KHR/khrplatform.h>
|
/third_party/openGLES/api/GLES/ |
H A D | glplatform.h | 17 #include <KHR/khrplatform.h>
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3platform.h | 17 #include <KHR/khrplatform.h>
|
/third_party/openGLES/api/GLSC2/ |
H A D | gl2platform.h | 17 #include <KHR/khrplatform.h>
|
/third_party/skia/third_party/externals/swiftshader/include/GLES/ |
H A D | glplatform.h | 28 #include <KHR/khrplatform.h>
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2platform.h | 28 #include <KHR/khrplatform.h>
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
H A D | gl3platform.h | 28 #include <KHR/khrplatform.h>
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/ |
H A D | glplatform.h | 28 #include <KHR/khrplatform.h>
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2platform.h | 28 #include <KHR/khrplatform.h>
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl3platform.h | 28 #include <KHR/khrplatform.h>
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
H A D | gl2platform.h | 28 #include <KHR/khrplatform.h>
|
/third_party/skia/third_party/externals/angle2/include/GLES/ |
H A D | glplatform.h | 28 #include <KHR/khrplatform.h>
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2platform.h | 17 #include <KHR/khrplatform.h>
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl3platform.h | 17 #include <KHR/khrplatform.h>
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | restricted_traces_autogen.h | 14 #include <KHR/khrplatform.h>
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | eglplatform.h | 37 #include <KHR/khrplatform.h> 46 * KHRONOS_APICALL and KHRONOS_APIENTRY are defined in KHR/khrplatform.h
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | eglplatform.h | 37 #include <KHR/khrplatform.h> 46 * KHRONOS_APICALL and KHRONOS_APIENTRY are defined in KHR/khrplatform.h
|