Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglGetProcAddressTests.cpp176 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/
Dstubs.ll11 @funcPtr = common global i1 ()* null, align 4
16 store i1 ()* @test, i1 ()** @funcPtr
29 %tmp = load i1 ()** @funcPtr
Dstubs-sm-pic.ll12 @funcPtr = common global i1 ()* null, align 4
17 store i1 ()* @test, i1 ()** @funcPtr
30 %tmp = load i1 ()** @funcPtr
/external/llvm/test/ExecutionEngine/
Dstubs.ll12 @funcPtr = common global i1 ()* null, align 4
17 store i1 ()* @test, i1 ()** @funcPtr
30 %tmp = load i1 ()** @funcPtr
/external/llvm/test/ExecutionEngine/MCJIT/remote/
Dstubs-remote.ll13 @funcPtr = common global i1 ()* null, align 4
18 store i1 ()* @test, i1 ()** @funcPtr
31 %tmp = load i1 ()** @funcPtr
Dstubs-sm-pic.ll13 @funcPtr = common global i1 ()* null, align 4
18 store i1 ()* @test, i1 ()** @funcPtr
31 %tmp = load i1 ()** @funcPtr
/external/deqp/framework/delibs/deutil/
DdeDynamicLibrary.c65 deFunctionPtr funcPtr; in deDynamicLibrary_getFunction() member
71 return ptr.funcPtr; in deDynamicLibrary_getFunction()