Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/deutil/
DdeDynamicLibrary.c65 deFunctionPtr funcPtr; in deDynamicLibrary_getFunction() member
/third_party/vk-gl-cts/modules/egl/
DteglGetProcAddressTests.cpp196 void (*funcPtr)(void); in executeTest() local
323 void (*funcPtr)(void); in executeTest() local
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
DExpressionInterpreter.cpp36 bool ExpressionInterpreter::addExpression(callback funcPtr, string command) in addExpression()
DExpression.cpp427 void Expression::setFunc(callback funcPtr) in setFunc()
/third_party/mindspore/mindspore/core/utils/
Dcrypto.cc130 const EVP_CIPHER *(*funcPtr)() = nullptr; in GetEvpCipherCtx() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.cpp2461 ValidationFuncPtr funcPtr = m_validations[v].validationFuncPtr; in iterate() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp3637 auto funcPtr = jit->builder->CreatePointerCast(V(fptr.value()), funcPtrTy); in Call() local