Searched refs:funcPtr (Results 1 – 7 of 7) sorted by relevance
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.cpp | 176 void (*funcPtr)(void); in executeTest() local 178 funcPtr = eglGetProcAddress(funcName.c_str()); in executeTest() 181 if (supported && funcPtr == 0) in executeTest() 245 void (*funcPtr)(void); in executeTest() local 247 funcPtr = eglGetProcAddress(funcName.c_str()); in executeTest() 250 if (apiSupported && funcPtrSupported && (funcPtr == 0)) in executeTest() 255 else if (!apiSupported && (funcPtr != 0)) in executeTest()
|
/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 ()** @funcPtr
|
D | stubs-sm-pic.ll | 12 @funcPtr = common global i1 ()* null, align 4 17 store i1 ()* @test, i1 ()** @funcPtr 30 %tmp = load i1 ()** @funcPtr
|
/external/llvm/test/ExecutionEngine/ |
D | stubs.ll | 12 @funcPtr = common global i1 ()* null, align 4 17 store i1 ()* @test, i1 ()** @funcPtr 30 %tmp = load 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 ()** @funcPtr
|
D | stubs-sm-pic.ll | 13 @funcPtr = common global i1 ()* null, align 4 18 store i1 ()* @test, i1 ()** @funcPtr 31 %tmp = load i1 ()** @funcPtr
|
/external/deqp/framework/delibs/deutil/ |
D | deDynamicLibrary.c | 65 deFunctionPtr funcPtr; in deDynamicLibrary_getFunction() member 71 return ptr.funcPtr; in deDynamicLibrary_getFunction()
|