Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 44) sorted by relevance

12

/device/generic/goldfish-opengl/system/vulkan_enc/
DVulkanHandles.h19 #define GOLDFISH_VK_LIST_TRIVIAL_DISPATCHABLE_HANDLE_TYPES(f) \ argument
22 #define GOLDFISH_VK_LIST_DISPATCHABLE_HANDLE_TYPES(f) \ argument
31 #define __GOLDFISH_VK_LIST_NON_DISPATCHABLE_HANDLE_TYPES_NVX_DEVICE_GENERATED_COMMANDS(f) \ argument
37 #define __GOLDFISH_VK_LIST_NON_DISPATCHABLE_HANDLE_TYPES_NVX_DEVICE_GENERATED_COMMANDS(f) argument
41 #define GOLDFISH_VK_LIST_TRIVIAL_NON_DISPATCHABLE_HANDLE_TYPES(f) \ argument
64 #define GOLDFISH_VK_LIST_NON_DISPATCHABLE_HANDLE_TYPES(f) \ argument
76 #define GOLDFISH_VK_LIST_HANDLE_TYPES(f) \ argument
80 #define GOLDFISH_VK_LIST_TRIVIAL_HANDLE_TYPES(f) \ argument
Dgoldfish_vk_transform_guest.h38 #define LIST_TRANSFORMED_TYPES(f) \ argument
/device/generic/opengl-transport/host/libs/virglrenderer/emugl/common/
Ddma_device.cpp20 void set_emugl_dma_add_buffer(emugl_dma_add_buffer_t f) { in set_emugl_dma_add_buffer()
24 void set_emugl_dma_remove_buffer(emugl_dma_remove_buffer_t f) { in set_emugl_dma_remove_buffer()
28 void set_emugl_dma_get_host_addr(emugl_dma_get_host_addr_t f) { in set_emugl_dma_get_host_addr()
32 void set_emugl_dma_invalidate_host_mappings(emugl_dma_invalidate_host_mappings_t f) { in set_emugl_dma_invalidate_host_mappings()
36 void set_emugl_dma_unlock(emugl_dma_unlock_t f) { in set_emugl_dma_unlock()
/device/google/cuttlefish/guest/hals/camera/
DJpegCompressor.cpp56 InitFunc f = (InitFunc)getSymbol(mDl, "JpegStub_init"); in NV21JpegCompressor() local
61 CleanupFunc f = (CleanupFunc)getSymbol(mDl, "JpegStub_cleanup"); in ~NV21JpegCompressor() local
76 CompressFunc f = (CompressFunc)getSymbol(mDl, "JpegStub_compress"); in compressRawImage() local
81 GetCompressedSizeFunc f = in getCompressedSize() local
87 GetCompressedImageFunc f = in getCompressedImage() local
/device/generic/goldfish/camera/
DJpegCompressor.cpp55 InitFunc f = (InitFunc)getSymbol(mDl, "JpegStub_init"); in NV21JpegCompressor() local
61 CleanupFunc f = (CleanupFunc)getSymbol(mDl, "JpegStub_cleanup"); in ~NV21JpegCompressor() local
75 CompressFunc f = (CompressFunc)getSymbol(mDl, "JpegStub_compress"); in compressRawImage() local
82 GetCompressedSizeFunc f = (GetCompressedSizeFunc)getSymbol(mDl, in getCompressedSize() local
89 GetCompressedImageFunc f = (GetCompressedImageFunc)getSymbol(mDl, in getCompressedImage() local
/device/google/contexthub/firmware/os/inc/
DfloatRt.h35 static inline uint64_t floatToUint64(float f) in floatToUint64()
40 static inline int64_t floatToInt64(float f) in floatToInt64()
/device/google/contexthub/firmware/os/core/
DfloatRt.c59 uint64_t floatToUint64(float f) in floatToUint64()
90 int64_t floatToInt64(float f) in floatToInt64()
Dsyscall.c81 SyscallFunc *f = syscallFindHandlerLoc(path); in syscallAddFunc() local
92 SyscallFunc *f = syscallFindHandlerLoc(path); in syscallGetHandler() local
/device/google/cuttlefish/tests/hal/
Dhal_implementation_test.cpp143 FQName f; in allTreeHidlInterfaces() local
196 for (const FQName& f : allTreeHidlInterfaces()) { in TEST() local
208 for (const FQName& f : allHidlManifestInterfaces()) { in TEST() local
/device/google/contexthub/lib/nanohub/
Dnanoapp.c48 FILE *f = fopen(fileName, "rb"); in readFile() local
70 FILE *f = fopen(fileName, "rb"); in loadFile() local
Dsha2.c68 uint32_t i, a, b, c, d, e, f, g, h; in sha2processBlock() local
/device/google/contexthub/firmware/lib/builtins/
Dfp_extend.h79 const union { src_t f; src_rep_t i; } rep = {.f = x}; in srcToRep() member
84 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; in dstFromRep() member
Dint_lib.h51 float f; member
/device/generic/goldfish-opengl/android-emu/android/base/files/
DStream.cpp90 float f; in putFloat() member
99 float f; in getFloat() member
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DSafeCallbackable.h22 std::function<void()> makeSafeCallback(T *obj, std::function<void(T *)> f) { in makeSafeCallback()
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-io.h87 #define __XF_INPUT_FLAG(f) ((f) << 5) argument
187 #define __XF_OUTPUT_FLAG(f) ((f) << 7) argument
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGLESv2Validation.cpp633 #define LIST_VALID_TEXFORMATS(f) \ argument
649 #define LIST_VALID_TEXTYPES(f) \ argument
733 #define LIST_VALID_TEX_INTERNALFORMATS(f) \ argument
/device/generic/goldfish/MultiDisplayProvider/src/com/android/emulator/multidisplay/
DMultiDisplayService.java76 public void set(int w, int h, int d, int f) { in set()
83 public boolean match(int w, int h, int d, int f) { in match()
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/encoder/
Dfoo_entry.cpp20 void foo_client_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; } in setContextAccessor()
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/wrapper/
Dfoo_wrapper_entry.cpp20 void foo_wrapper_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; } in setContextAccessor()
/device/linaro/hikey/hifi/xaf/host-apf/include/os/xos/
Dxf-osal.h179 static inline int __xf_thread_create(xf_thread_t *thread, xf_entry_t *f, in __xf_thread_create()
/device/google/cuttlefish/host/commands/modem_simulator/
Dthread_looper.h29 std::function<void()> makeSafeCallback(T *me, std::function<void(T *)> f) { in makeSafeCallback()
/device/google/contexthub/firmware/lib/libm/
Dkf_rem_pio2.c63 float z,fw,f[20],fq[20],q[20]; local
/device/google/cuttlefish/tests/src/com/android/tests/tombstoneTransmit/
DTombstoneTransmitTest.java203 private String convertFileContentsToString(File f) throws IOException { in convertFileContentsToString()
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-base.h144 #define __XA_BASE_FLAG(f) ((f) << 5) argument

12