Home
last modified time | relevance | path

Searched refs:gpa (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dlayers_extensions.cpp289 void* gpa; in GetGPA() local
295 if (!(gpa = dlsym(dlhandle_, name))) { in GetGPA()
298 gpa = dlsym(dlhandle_, name); in GetGPA()
300 return gpa; in GetGPA()