HomeSort by relevance Sort by last modified time
    Searched refs:function_pointer (Results 1 - 6 of 6) sorted by null

  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 
  /external/clang/test/CodeGenCXX/
mangle-ms-return-qualifiers.cpp 173 typedef int (*function_pointer)(int); typedef
175 function_pointer g1() { return 0; }
178 const function_pointer g2() { return 0; }
181 function_pointer* g3() { return 0; }
184 const function_pointer* g4() { return 0; }
mangle-ms-template-callback.cpp 46 void function_pointer(C<void(*)(void)>) {} function
47 // CHECK: "\01?function_pointer@@YAXV?$C@P6AXXZ@@@Z"
  /external/mesa3d/src/gallium/state_trackers/vdpau/
device.c 179 vlVdpGetProcAddress(VdpDevice device, VdpFuncId function_id, void **function_pointer)
185 if (!function_pointer)
188 if (!vlGetFuncFTAB(function_id, function_pointer))
191 VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Got proc adress %p for id %d\n", *function_pointer, function_id);
  /ndk/tests/device/test-gnustl-full/unit/
ptrspec_test.cpp 23 CPPUNIT_TEST(function_pointer);
29 void function_pointer();
227 void PtrSpecTest::function_pointer() function in class:PtrSpecTest
  /ndk/tests/device/test-stlport/unit/
ptrspec_test.cpp 23 CPPUNIT_TEST(function_pointer);
29 void function_pointer();
227 void PtrSpecTest::function_pointer() function in class:PtrSpecTest

Completed in 191 milliseconds