Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dlayers_extensions.cpp288 void* gpa; in GetGPA() local
294 if (!(gpa = dlsym(dlhandle_, name))) { in GetGPA()
297 gpa = dlsym(dlhandle_, name); in GetGPA()
299 return gpa; in GetGPA()