Home
last modified time | relevance | path

Searched defs:getProc (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DOpenGLBackend.h28 void* (*getProc)(const char*); member
34 void* (*getProc)(const char*); member
/third_party/skia/third_party/externals/dawn/generator/templates/opengl/
DOpenGLFunctionsBase.cpp20 MaybeError OpenGLFunctionsBase::LoadProc(GetProcAddress getProc, T* memberProc, const char* name) { in LoadProc()
28 MaybeError OpenGLFunctionsBase::LoadOpenGLESProcs(GetProcAddress getProc, int majorVersion, int min… in LoadOpenGLESProcs()
/third_party/skia/src/gpu/vk/
DGrVkExtensions.cpp35 void GrVkExtensions::init(GrVkGetProc getProc, in init()
64 void GrVkExtensions::getSpecVersions(GrVkGetProc getProc, VkInstance instance, in getSpecVersions()
DGrVkInterface.cpp20 GrVkInterface::GrVkInterface(GrVkGetProc getProc, in GrVkInterface()
/third_party/skia/m133/src/gpu/vk/
DVulkanExtensions.cpp39 void VulkanExtensions::init(VulkanGetProc getProc, in init()
68 void VulkanExtensions::getSpecVersions(const VulkanGetProc& getProc, in getSpecVersions()
DVulkanInterface.cpp24 VulkanInterface::VulkanInterface(VulkanGetProc getProc, in VulkanInterface()
/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp144 static bool init_instance_extensions_and_layers(GrVkGetProc getProc, in init_instance_extensions_and_layers()
231 static bool init_device_extensions_and_layers(GrVkGetProc getProc, uint32_t specVersion, in init_device_extensions_and_layers()
346 static bool destroy_instance(GrVkGetProc getProc, VkInstance inst, in destroy_instance()
359 static bool setup_features(GrVkGetProc getProc, VkInstance inst, VkPhysicalDevice physDev, in setup_features()
423 bool CreateVkBackendContext(GrVkGetProc getProc, in CreateVkBackendContext()
DVkTestHelper.cpp37 auto getProc = [&instProc, &devProc](const char* proc_name, in init() local
DVkTestContext.cpp44 auto getProc = [instProc, devProc](const char* proc_name, in Create() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.h37 PFNGETPROCPROC getProc; variable
DFunctionsGLX.cpp29 static bool GetProc(PFNGETPROCPROC getProc, T *member, const char *name) in GetProc()
DDisplayGLX.cpp57 FunctionsGLGLX(PFNGETPROCPROC getProc) : mGetProc(getProc) {} in FunctionsGLGLX()
/third_party/skia/m133/tests/
DVkPriorityExtensionTest.cpp55 static void destroy_instance(const skgpu::VulkanGetProc& getProc, VkInstance inst) { in destroy_instance()
72 auto getProc = [instProc](const char* proc_name, VkInstance instance, VkDevice) { in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DOpenGLVersion.cpp22 MaybeError OpenGLVersion::Initialize(GetProcAddress getProc) { in Initialize()
DOpenGLFunctions.cpp21 MaybeError OpenGLFunctions::Initialize(GetProcAddress getProc) { in Initialize()
/third_party/skia/tests/
DVkPriorityExtensionTest.cpp43 static void destroy_instance(GrVkGetProc getProc, VkInstance inst) { in destroy_instance()
57 auto getProc = [instProc, devProc](const char* proc_name, in DEF_GPUTEST() local
/third_party/skia/third_party/externals/dawn/src/utils/
DBackendBinding.cpp56 auto getProc = reinterpret_cast<void* (*)(const char*)>(glfwGetProcAddress); in DiscoverAdapter() local
/third_party/skia/m133/example/
DVulkanBasic.cpp78 auto getProc = backendContext.fGetProc; in main() local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DEGLMakeCurrentPerf.cpp69 angle::LoadProc getProc = local
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_vulkan.cpp94 Func getProc(const char *fn) const in getProc() function in angle::VulkanLibrary
/third_party/skia/m133/tools/gpu/vk/
DVkTestUtils.cpp301 static bool init_device_extensions_and_layers(const skgpu::VulkanGetProc& getProc, in init_device_extensions_and_layers()
450 static bool setup_features(const skgpu::VulkanGetProc& getProc, VkInstance inst, in setup_features()
606 auto getProc = [getInstProc, grVkGetDeviceProcAddr](const char* proc_name, in CreateVkBackendContext() local
/third_party/skia/tools/gpu/dawn/
DDawnTestContext.cpp62 Proc getProc(const char* name) { in getProc() function in __anonde27c28f0111::ProcGetter
/third_party/skia/src/gpu/
DGrProcessorUnitTest.cpp109 GrXPFactoryTestFactory::GrXPFactoryTestFactory(GetFn* getProc) : fGetProc(getProc) { in GrXPFactoryTestFactory()
/third_party/skia/m133/src/gpu/ganesh/
DGrProcessorUnitTest.cpp115 GrXPFactoryTestFactory::GrXPFactoryTestFactory(GetFn* getProc) : fGetProc(getProc) { in GrXPFactoryTestFactory()
/third_party/skia/tools/sk_app/
DVulkanWindowContext.cpp57 auto getProc = [getInstanceProc, getDeviceProc](const char* proc_name, in initializeContext() local

12