Lines Matching refs:GetIContextHandle

190 IContext *RsHidlAdaptation::GetIContextHandle(RsContext context) {  in GetIContextHandle()  function in RsHidlAdaptation
208 GetIContextHandle(context)->contextDestroy(); in ContextDestroy()
218 uint64_t typeRet = GetIContextHandle(context)->allocationGetType(_allocation); in AllocationGetType()
227 GetIContextHandle(context)->typeGetNativeMetadata(_type, in TypeGetNativeData()
240 GetIContextHandle(context)->elementGetNativeMetadata(_element, in ElementGetNativeData()
255 GetIContextHandle(context)->elementGetSubElements(_element, dataSize, in ElementGetSubElements()
269GetIContextHandle(context)->getName(_obj, [name](hidl_string ret_name) {*name = ret_name.c_str();}… in GetName()
307 uint64_t closure = GetIContextHandle(context)->closureCreate(_kernelID, _returnValue, in ClosureCreate()
339 uint64_t closure = GetIContextHandle(context)->invokeClosureCreate(_invokeID, in InvokeClosureCreate()
350 GetIContextHandle(context)->closureSetArg(_closure, index, _value, size); in ClosureSetArg()
358 GetIContextHandle(context)->closureSetGlobal(_closure, _fieldID, value, size); in ClosureSetGlobal()
366 GetIContextHandle(context)->contextGetMessage(data, data_length, in ContextGetMessage()
379 GetIContextHandle(context)->contextPeekMessage( in ContextPeekMessage()
394 GetIContextHandle(context)->contextSendMessage(id, _data); in ContextSendMessage()
399 GetIContextHandle(context)->contextInitToClient(); in ContextInitToClient()
404 GetIContextHandle(context)->contextDeinitToClient(); in ContextDeinitToClient()
414 … uint64_t type = GetIContextHandle(context)->typeCreate(_element, dimX, dimY, dimZ, mipmaps, faces, in TypeCreate()
426 uint64_t allocation = GetIContextHandle(context)->allocationCreateTyped(_type, in AllocationCreateTyped()
441 uint64_t allocation = GetIContextHandle(context)->allocationCreateFromBitmap(_type, in AllocationCreateFromBitmap()
455 …uint64_t allocation = GetIContextHandle(context)->allocationCubeCreateFromBitmap(_type, (Allocatio… in AllocationCubeCreateFromBitmap()
463 uint64_t window = GetIContextHandle(context)->allocationGetNativeWindow(_allocation); in AllocationGetSurface()
471 GetIContextHandle(context)->allocationSetNativeWindow(_allocation, _window); in AllocationSetSurface()
476 GetIContextHandle(context)->contextFinish(); in ContextFinish()
481 GetIContextHandle(context)->contextLog(); in ContextDump()
486 GetIContextHandle(context)->contextSetPriority((ThreadPriorities)priority); in ContextSetPriority()
491 GetIContextHandle(context)->contextSetCacheDir(hidl_string(cacheDir)); in ContextSetCacheDir()
498 GetIContextHandle(context)->assignName(_obj, hidl_string(name)); in AssignName()
505 GetIContextHandle(context)->objDestroy(_obj); in ObjDestroy()
515 uint64_t element = GetIContextHandle(context)->elementCreate((DataType) dt, in ElementCreate()
545 uint64_t element = GetIContextHandle(context)->elementComplexCreate(_ein, _names, _arraySizes); in ElementCreate2()
553 GetIContextHandle(context)->allocationCopyToBitmap(_allocation, data, sizeBytes); in AllocationCopyToBitmap()
564 GetIContextHandle(context)->allocation1DWrite(_allocation, xoff, lod, count, _data); in Allocation1DData()
574 GetIContextHandle(context)->allocationElementWrite(_allocation, xoff, 0, 0, lod, _data, eoff); in Allocation1DElementData()
585 GetIContextHandle(context)->allocationElementWrite(_allocation, x, y, z, lod, _data, eoff); in AllocationElementData()
597GetIContextHandle(context)->allocation2DWrite(_allocation, xoff, yoff, lod, (AllocationCubemapFace… in Allocation2DData()
608GetIContextHandle(context)->allocation3DWrite(_allocation, xoff, yoff, zoff, lod, w, h, d, _data, … in Allocation3DData()
615 GetIContextHandle(context)->allocationGenerateMipmaps(_allocation); in AllocationGenerateMipmaps()
622 GetIContextHandle(context)->allocationRead(_allocation, data, sizeBytes); in AllocationRead()
630 GetIContextHandle(context)->allocation1DRead(_allocation, xoff, lod, count, data, sizeBytes); in Allocation1DRead()
638GetIContextHandle(context)->allocationElementRead(_allocation, x, y, z, lod, data, sizeBytes, eoff… in AllocationElementRead()
647GetIContextHandle(context)->allocation2DRead(_allocation, xoff, yoff, lod, (AllocationCubemapFace)… in Allocation2DRead()
655GetIContextHandle(context)->allocation3DRead(_allocation, xoff, yoff, zoff, lod, w, h, d, data, si… in Allocation3DRead()
662 GetIContextHandle(context)->allocationSyncAll(_allocation, in AllocationSyncAll()
670 GetIContextHandle(context)->allocationResize1D(_allocation, dimX); in AllocationResize1D()
685GetIContextHandle(context)->allocationCopy2DRange(_dstAlloc, dstXoff, dstYoff, dstMip, (Allocation… in AllocationCopy2DRange()
700GetIContextHandle(context)->allocationCopy3DRange(_dstAlloc, dstXoff, dstYoff, dstZoff, dstMip, wi… in AllocationCopy3DRange()
712 uint64_t sampler = GetIContextHandle(context)->samplerCreate((SamplerValue) magFilter, in SamplerCreate()
726 GetIContextHandle(context)->scriptBindAllocation(_script, _allocation, slot); in ScriptBindAllocation()
733 GetIContextHandle(context)->scriptSetTimeZone(_script, hidl_string(timezone)); in ScriptSetTimeZone()
740 GetIContextHandle(context)->scriptInvoke(_script, slot); in ScriptInvoke()
749 GetIContextHandle(context)->scriptInvokeV(_script, slot, _data); in ScriptInvokeV()
805 GetIContextHandle(context)->scriptForEach(_script, slot, _vains, _vaout, _params, _scPtr); in ScriptForEachMulti()
842 GetIContextHandle(context)->scriptReduce(_script, slot, _vains, _vaout, _scPtr); in ScriptReduce()
849 GetIContextHandle(context)->scriptSetVarI(_script, slot, value); in ScriptSetVarI()
857 GetIContextHandle(context)->scriptSetVarObj(_script, slot, _obj); in ScriptSetVarObj()
864 GetIContextHandle(context)->scriptSetVarJ(_script, slot, value); in ScriptSetVarJ()
871 GetIContextHandle(context)->scriptSetVarF(_script, slot, value); in ScriptSetVarF()
878 GetIContextHandle(context)->scriptSetVarD(_script, slot, value); in ScriptSetVarD()
887 GetIContextHandle(context)->scriptSetVarV(_script, slot, _data); in ScriptSetVarV()
894 GetIContextHandle(context)->scriptGetVarV(_script, slot, len, in ScriptGetVarV()
914 GetIContextHandle(context)->scriptSetVarVE(_script, slot, _data, _ve, _dims); in ScriptSetVarVE()
924 …uint64_t scriptc = GetIContextHandle(context)->scriptCCreate(hidl_string(resName), hidl_string(cac… in ScriptCCreate()
932 …uint64_t intrinsic = GetIContextHandle(context)->scriptIntrinsicCreate((ScriptIntrinsicID)id, _ele… in ScriptIntrinsicCreate()
940 uint64_t kernelID = GetIContextHandle(context)->scriptKernelIDCreate(_script, slot, sig); in ScriptKernelIDCreate()
948 uint64_t invokeID = GetIContextHandle(context)->scriptInvokeIDCreate(_script, slot); in ScriptInvokeIDCreate()
956 uint64_t fieldID = GetIContextHandle(context)->scriptFieldIDCreate(_script, slot); in ScriptFieldIDCreate()
988 …uint64_t scriptGroup = GetIContextHandle(context)->scriptGroupCreate(_kernels, _src, _dstK, _dstF,… in ScriptGroupCreate()
1001 …uint64_t scriptGroup2 = GetIContextHandle(context)->scriptGroup2Create(hidl_string(name), hidl_str… in ScriptGroup2Create()
1011 GetIContextHandle(context)->scriptGroupSetOutput(_sg, _kid, _alloc); in ScriptGroupSetOutput()
1020 GetIContextHandle(context)->scriptGroupSetInput(_sg, _kid, _alloc); in ScriptGroupSetInput()
1027 GetIContextHandle(context)->scriptGroupExecute(_sg); in ScriptGroupExecute()
1034 GetIContextHandle(context)->allocationIoSend(_allocation); in AllocationIoSend()
1040 GetIContextHandle(context)->allocationIoReceive(_allocation); in AllocationIoReceive()
1052 GetIContextHandle(context)->allocationGetPointer(_allocation, lod, in AllocationGetPointer()
1067 GetIContextHandle(context)->allocationSetupBufferQueue(_allocation, numAlloc); in AllocationSetupBufferQueue()
1075 GetIContextHandle(context)->allocationShareBufferQueue(_valloc1, _valloc2); in AllocationShareBufferQueue()
1083 …uint64_t allocationAdapter = GetIContextHandle(context)->allocationAdapterCreate(_vtype, _baseAllo… in AllocationAdapterCreate()
1094 GetIContextHandle(context)->allocationAdapterOffset(_alloc, _offsets); in AllocationAdapterOffset()