Searched refs:funcPtr (Results 1 – 11 of 11) sorted by relevance
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.cpp | 186 void (*funcPtr)(void); in executeTest() local 188 funcPtr = eglGetProcAddress(funcName); in executeTest() 191 if (supported && funcPtr == 0) in executeTest() 237 void (*funcPtr)(void); in executeTest() local 239 funcPtr = eglGetProcAddress(funcName); in executeTest() 242 if (apiSupported && funcPtrSupported && (funcPtr == 0)) in executeTest() 247 else if (!apiSupported && (funcPtr != 0)) in executeTest()
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | stubs.ll | 11 @funcPtr = common global i1 ()* null, align 4 16 store i1 ()* @test, i1 ()** @funcPtr 29 %tmp = load i1 ()*, i1 ()** @funcPtr
|
D | stubs-sm-pic.ll | 12 @funcPtr = common global i1 ()* null, align 4 17 store i1 ()* @test, i1 ()** @funcPtr 30 %tmp = load i1 ()*, i1 ()** @funcPtr
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | stubs.ll | 11 @funcPtr = common global i1 ()* null, align 4 16 store i1 ()* @test, i1 ()** @funcPtr 29 %tmp = load i1 ()*, i1 ()** @funcPtr
|
D | stubs-sm-pic.ll | 12 @funcPtr = common global i1 ()* null, align 4 17 store i1 ()* @test, i1 ()** @funcPtr 30 %tmp = load i1 ()*, i1 ()** @funcPtr
|
/external/llvm/test/ExecutionEngine/MCJIT/remote/ |
D | stubs-remote.ll | 13 @funcPtr = common global i1 ()* null, align 4 18 store i1 ()* @test, i1 ()** @funcPtr 31 %tmp = load i1 ()*, i1 ()** @funcPtr
|
D | stubs-sm-pic.ll | 13 @funcPtr = common global i1 ()* null, align 4 18 store i1 ()* @test, i1 ()** @funcPtr 31 %tmp = load i1 ()*, i1 ()** @funcPtr
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/remote/ |
D | stubs-sm-pic.ll | 13 @funcPtr = common global i1 ()* null, align 4 18 store i1 ()* @test, i1 ()** @funcPtr 31 %tmp = load i1 ()*, i1 ()** @funcPtr
|
D | stubs-remote.ll | 13 @funcPtr = common global i1 ()* null, align 4 18 store i1 ()* @test, i1 ()** @funcPtr 31 %tmp = load i1 ()*, i1 ()** @funcPtr
|
/external/deqp/framework/delibs/deutil/ |
D | deDynamicLibrary.c | 65 deFunctionPtr funcPtr; in deDynamicLibrary_getFunction() member 71 return ptr.funcPtr; in deDynamicLibrary_getFunction()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidInternals.cpp | 39 void setFuncPtr (Func*& funcPtr, DynamicLibrary& lib, const string& symname) in setFuncPtr() argument 41 funcPtr = reinterpret_cast<Func*>(lib.getFunction(symname.c_str())); in setFuncPtr() 42 if (!funcPtr) in setFuncPtr()
|