Home
last modified time | relevance | path

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

/external/skia/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()
/external/skia/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
DVkHardwareBufferTest.cpp553 auto getProc = fBackendContext.fGetProc; in init() local
/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.h37 PFNGETPROCPROC getProc; variable
DDisplayGLX.cpp55 FunctionsGLGLX(PFNGETPROCPROC getProc) : mGetProc(getProc) {} in FunctionsGLGLX()
DFunctionsGLX.cpp29 static bool GetProc(PFNGETPROCPROC getProc, T *member, const char *name) in GetProc()
/external/skia/example/
DVulkanBasic.cpp72 auto getProc = backendContext.fGetProc; in main() local
/external/angle/src/tests/perf_tests/
DEGLMakeCurrentPerf.cpp69 LoadProc getProc = reinterpret_cast<LoadProc>(mEGLLibrary->getSymbol("eglGetProcAddress")); local
/external/skia/tools/gpu/vk/
DVkTestUtils.cpp250 static bool init_device_extensions_and_layers(const skgpu::VulkanGetProc& getProc, in init_device_extensions_and_layers()
395 static bool setup_features(const skgpu::VulkanGetProc& getProc, VkInstance inst, in setup_features()
553 auto getProc = [getInstProc, grVkGetDeviceProcAddr](const char* proc_name, in CreateVkBackendContext() local
/external/angle/src/gpu_info_util/
DSystemInfo_vulkan.cpp164 Func getProc(const char *fn) const in getProc() function in angle::VulkanLibrary
/external/skia/src/gpu/ganesh/
DGrProcessorUnitTest.cpp111 GrXPFactoryTestFactory::GrXPFactoryTestFactory(GetFn* getProc) : fGetProc(getProc) { in GrXPFactoryTestFactory()