Home
last modified time | relevance | path

Searched defs:funcPtr (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/delibs/deutil/
DdeDynamicLibrary.c72 deFunctionPtr funcPtr; in deDynamicLibrary_getFunction() member
/external/deqp/modules/egl/
DteglGetProcAddressTests.cpp197 void (*funcPtr)(void); in executeTest() local
337 void (*funcPtr)(void); in executeTest() local
/external/mesa3d/src/gfxstream/host/vulkan/
DVulkanDispatch.cpp154 void* funcPtr = reinterpret_cast<void*>(lib->findSymbol(name)); in dlsym() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.cpp2462 ValidationFuncPtr funcPtr = m_validations[v].validationFuncPtr; in iterate() local
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp3407 auto funcPtr = jit->builder->CreatePointerCast(V(fptr.value()), funcPtrTy); in Call() local