HomeSort by relevance Sort by last modified time
    Searched full:puserdata (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /frameworks/native/vulkan/libvulkan/
debug_report.cpp 26 void* mem = allocator.pfnAllocation(allocator.pUserData, sizeof(Node),
35 info.pUserData, driver_handle};
52 allocator.pfnFree(allocator.pUserData, node);
88 info->pUserData);
api.cpp 58 allocator_.pfnFree(allocator_.pUserData, names_);
59 allocator_.pfnFree(allocator_.pUserData, implicit_layers_.elements);
60 allocator_.pfnFree(allocator_.pUserData, implicit_layers_.name_pool);
226 allocator_.pUserData, arr.elements,
250 allocator_.pUserData, arr.name_pool, new_max_pool_size,
287 allocator_.pUserData, sizeof(const char*) * count,
317 allocator_.pfnFree(allocator_.pUserData, names_);
353 allocator_.pUserData, sizeof(const char*) * count,
500 allocator_.pfnFree(allocator_.pUserData, driver_extensions_);
623 allocator_.pUserData, sizeof(ActiveLayer) * count, alignof(ActiveLayer)
    [all...]
driver.cpp 217 allocator_.pfnFree(allocator_.pUserData, extension_filter_.exts);
218 allocator_.pfnFree(allocator_.pUserData, extension_filter_.names);
346 allocator_.pUserData, sizeof(VkExtensionProperties) * count,
368 allocator_.pUserData, sizeof(const char*) * count, alignof(const char*),
482 allocator.pUserData, sizeof(InstanceData), alignof(InstanceData),
493 allocator.pfnFree(allocator.pUserData, data);
500 allocator.pUserData, sizeof(DeviceData), alignof(DeviceData),
510 allocator.pfnFree(allocator.pUserData, data);
525 .pUserData = nullptr,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
eapmethodpeerapis.h 33 BYTE *pUserData,
56 const BYTE *pUserData,
89 const BYTE *pUserData,
126 BYTE * pUserData;
eappapis.h 100 const BYTE *pUserData,
120 const BYTE *pUserData,
raseapif.h 109 PBYTE pUserData;
131 PBYTE pUserData;
cchannel.h 61 typedef UINT _stdcall VIRTUALCHANNELWRITE(DWORD openHandle,LPVOID pData,ULONG dataLength,LPVOID pUserData);
eaphostpeerconfigapis.h 128 const BYTE *pUserData,
  /external/deqp/external/vulkancts/framework/vulkan/
vkDefs.hpp 125 typedef VKAPI_ATTR void* (VKAPI_CALL* PFN_vkAllocationFunction) (void* pUserData,
129 typedef VKAPI_ATTR void* (VKAPI_CALL* PFN_vkReallocationFunction) (void* pUserData,
134 typedef VKAPI_ATTR void (VKAPI_CALL* PFN_vkFreeFunction) (void* pUserData,
136 typedef VKAPI_ATTR void (VKAPI_CALL* PFN_vkInternalAllocationNotification) (void* pUserData,
140 typedef VKAPI_ATTR void (VKAPI_CALL* PFN_vkInternalFreeNotification) (void* pUserData,
152 void* pUserData);
vkAllocationCallbackUtil.cpp 65 DE_NULL, // pUserData
80 static VKAPI_ATTR void* VKAPI_CALL allocationCallback (void* pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocationScope)
82 return reinterpret_cast<AllocationCallbacks*>(pUserData)->allocate(size, alignment, allocationScope);
85 static VKAPI_ATTR void* VKAPI_CALL reallocationCallback (void* pUserData, void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope)
87 return reinterpret_cast<AllocationCallbacks*>(pUserData)->reallocate(pOriginal, size, alignment, allocationScope);
90 static VKAPI_ATTR void VKAPI_CALL freeCallback (void* pUserData, void* pMem)
92 reinterpret_cast<AllocationCallbacks*>(pUserData)->free(pMem);
95 static VKAPI_ATTR void VKAPI_CALL internalAllocationNotificationCallback (void* pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope)
97 reinterpret_cast<AllocationCallbacks*>(pUserData)->notifyInternalAllocation(size, allocationType, allocationScope);
100 static VKAPI_ATTR void VKAPI_CALL internalFreeNotificationCallback (void* pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope
    [all...]
vkDebugReportUtil.cpp 117 void* pUserData)
119 DebugReportRecorder::MessageList* const messageList = reinterpret_cast<DebugReportRecorder::MessageList*>(pUserData);
vkTypeUtil.inl 5 inline VkAllocationCallbacks makeAllocationCallbacks (void* pUserData, PFN_vkAllocationFunction pfnAllocation, PFN_vkReallocationFunction pfnReallocation, PFN_vkFreeFunction pfnFree, PFN_vkInternalAllocationNotification pfnInternalAllocation, PFN_vkInternalFreeNotification pfnInternalFree)
8 res.pUserData = pUserData;
  /external/vulkan-validation-layers/layers/
vk_layer_logging.h 59 if (pTrav->pfnMsgCallback(msgFlags, objectType, srcObject, location, msgCode, pLayerPrefix, pMsg, pTrav->pUserData)) {
141 pNewDbgFuncNode->pUserData = pCreateInfo->pUserData;
243 const char *pMsg, void *pUserData) {
248 fprintf((FILE *)pUserData, "%s(%s): object: %#" PRIx64 " type: %d location: %lu msgCode: %d: %s\n", pLayerPrefix, msg_flags,
250 fflush((FILE *)pUserData);
257 const char *pLayerPrefix, const char *pMsg, void *pUserData) {
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.h 13 void* pUserData);
18 void* pUserData);
122 virtual FX_POSITION GetStartPosition(void* pUserData = NULL);
123 virtual IFX_FileAccess* GetNext(FX_POSITION& pos, void* pUserData = NULL);
145 void* pUserData = NULL);
  /external/opencv3/modules/cudacodec/src/
video_parser.hpp 81 static int CUDAAPI HandleVideoSequence(void* pUserData, CUVIDEOFORMAT* pFormat);
86 static int CUDAAPI HandlePictureDecode(void* pUserData, CUVIDPICPARAMS* pPicParams);
90 static int CUDAAPI HandlePictureDisplay(void* pUserData, CUVIDPARSERDISPINFO* pPicParams);
cuvid_video_source.hpp 72 // pUserData - Pointer to user data. We must pass a pointer to a
79 static int CUDAAPI HandleVideoData(void* pUserData, CUVIDSOURCEDATAPACKET* pPacket);
video_writer.cpp 142 static unsigned char* NVENCAPI HandleAcquireBitStream(int* pBufferSize, void* pUserdata);
143 static void NVENCAPI HandleReleaseBitStream(int nBytesInBuffer, unsigned char* cb, void* pUserdata);
144 static void NVENCAPI HandleOnBeginFrame(const NVVE_BeginFrameInfo* pbfi, void* pUserdata);
145 static void NVENCAPI HandleOnEndFrame(const NVVE_EndFrameInfo* pefi, void* pUserdata);
670 unsigned char* NVENCAPI VideoWriterImpl::HandleAcquireBitStream(int* pBufferSize, void* pUserdata)
672 VideoWriterImpl* thiz = static_cast<VideoWriterImpl*>(pUserdata);
677 void NVENCAPI VideoWriterImpl::HandleReleaseBitStream(int nBytesInBuffer, unsigned char* cb, void* pUserdata)
679 VideoWriterImpl* thiz = static_cast<VideoWriterImpl*>(pUserdata);
684 void NVENCAPI VideoWriterImpl::HandleOnBeginFrame(const NVVE_BeginFrameInfo* pbfi, void* pUserdata)
686 VideoWriterImpl* thiz = static_cast<VideoWriterImpl*>(pUserdata);
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h 30 typedef OMX_U8* CustomMemAlloc(OMX_U32 nSizeBytes, OMX_PTR pUserData);
31 typedef void CustomMemFree(OMX_U8 *pBuffer, OMX_PTR pUserData);
58 OMX_ERRORTYPE SetMemAllocator(CustomMemAlloc *pMemAlloc, CustomMemFree *pMemFree, OMX_PTR pUserData);
  /external/pdfium/xfa/src/fgas/include/
fx_fnt.h 128 void* pUserData,
134 void* pUserData);
140 void* pUserData = NULL);
204 virtual FX_POSITION GetStartPosition(void* pUserData = NULL) = 0;
205 virtual IFX_FileAccess* GetNext(FX_POSITION& pos, void* pUserData = NULL) = 0;
212 void* pUserData = NULL);
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.h 55 static OMX_U8* MemAllocDataBuffer(OMX_U32 nSizeBytes, OMX_PTR pUserData);
56 static void MemFreeDataBuffer(OMX_U8 *pBuffer, OMX_PTR pUserData);
  /external/vulkan-validation-layers/loader/
debug_report.c 78 pAllocator->pUserData, sizeof(VkLayerDbgFunctionNode),
91 pNewDbgFuncNode->pUserData = pCreateInfo->pUserData;
126 pTrav->pUserData)) {
148 pAllocator->pfnFree(pAllocator->pUserData, pTrav);
  /frameworks/compile/libbcc/lib/Support/
Initialization.cpp 31 void llvm_error_handler(void *pUserData, const std::string &pMessage,
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
aacenc.c 36 * \param pUserData [IN] The init param. It is memory operator or alloced memory
39 VO_U32 VO_API voAACEncInit(VO_HANDLE * phCodec,VO_AUDIO_CODINGTYPE vType, VO_CODEC_INIT_USERDATA *pUserData)
59 if(pUserData == NULL || pUserData->memflag != VO_IMF_USERMEMOPERATOR || pUserData->memData == NULL )
78 pMemOP = (VO_MEM_OPERATOR *)pUserData->memData;
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp 236 .pUserData = nullptr,
300 allocator->pUserData, sizeof(VkInstance_T), alignof(VkInstance_T),
340 instance->allocator.pfnFree(instance->allocator.pUserData, instance);
618 allocator->pUserData, sizeof(VkDevice_T), alignof(VkDevice_T),
645 device->allocator.pfnFree(device->allocator.pUserData, device);
668 allocator->pUserData, sizeof(CommandPool), alignof(CommandPool),
681 pool->allocator.pfnFree(pool->allocator.pUserData, pool);
696 pool.allocator.pUserData, sizeof(VkCommandBuffer_T),
708 pool.allocator.pfnFree(pool.allocator.pUserData, cmdbufs[i]);
720 pool.allocator.pfnFree(pool.allocator.pUserData, cmdbufs[i])
    [all...]
  /frameworks/av/media/libstagefright/codecs/common/include/
voAudio.h 118 * \param pUserData [IN] The init param. It is either a memory operator or an allocated memory
121 VO_U32 (VO_API * Init) (VO_HANDLE * phCodec, VO_AUDIO_CODINGTYPE vType, VO_CODEC_INIT_USERDATA * pUserData );

Completed in 781 milliseconds

1 2 3 4 5 6