Searched refs:alloc (Results 76 - 94 of 94) sorted by relevance

1234

/frameworks/base/libs/hwui/
H A DAmbientShadow.cpp186 shadowVertexBuffer.alloc<AlphaVertex>(totalVertexCount);
H A DSpotShadow.cpp919 shadowTriangleStrip.alloc<AlphaVertex>(totalVertexCount);
/frameworks/rs/tests/java_api/RSTestForward/23.0.3/
H A DAndroid.mk41 $(my_rs_unit_tests_path)/alloc.rs\
/frameworks/rs/tests/java_api/RSTestForward/24.0.3/
H A DAndroid.mk41 $(my_rs_unit_tests_path)/alloc.rs\
/frameworks/rs/tests/java_api/RSTestForward/25.0.2/
H A DAndroid.mk41 $(my_rs_unit_tests_path)/alloc.rs\
/frameworks/rs/script_api/
H A Drs_graphics.spec216 arg: rs_allocation alloc
233 arg: rs_allocation alloc
369 arg: rs_allocation alloc
590 arg: rs_allocation alloc
665 arg: rs_allocation alloc
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp173 Allocation* alloc = rsdScriptGetAllocationForPointer(rsc, sc, ptr); local
175 alloc->callUpdateCacheObject(rsc, &obj);
182 Allocation* alloc = rsdScriptGetAllocationForPointer(rsc, sc, ptr); local
189 alloc->callUpdateCacheObject(rsc, &obj);
355 Allocation *alloc = (Allocation *) rsrAllocationCreateTyped(rsc, type, local
358 if (alloc == nullptr)
360 alloc->callUpdateCacheObject(rsc, &obj);
364 alloc->incSysRef();
365 alloc->decUserRef();
H A DrsdShader.cpp529 Allocation *alloc = mRSProgram->mHal.state.constants[ct]; local
531 if (!alloc) {
532 ALOGE("Attempting to set constants on shader id %p, but alloc at slot %u is not set",
538 const uint8_t *data = static_cast<const uint8_t *>(alloc->mHal.drvState.lod[0].mallocPtr);
/frameworks/rs/
H A DrsHidlAdaptation.cpp1005 void RsHidlAdaptation::ScriptGroupSetOutput (RsContext context, RsScriptGroup sg, RsScriptKernelID kid, RsAllocation alloc) argument
1009 uint64_t _alloc = (uint64_t)(uintptr_t)alloc;
1014 void RsHidlAdaptation::ScriptGroupSetInput (RsContext context, RsScriptGroup sg, RsScriptKernelID kid, RsAllocation alloc) argument
1018 uint64_t _alloc = (uint64_t)(uintptr_t)alloc;
1087 void RsHidlAdaptation::AllocationAdapterOffset (RsContext context, RsAllocation alloc, const uint32_t * offsets, size_t offsets_length) argument
1089 uint64_t _alloc = (uint64_t)(uintptr_t)alloc;
H A DrsHidlAdaptation.h105 static void AllocationAdapterOffset(RsContext rsc, RsAllocation alloc, const uint32_t * offsets, size_t offsets_length);
/frameworks/av/media/libstagefright/codec2/include/
H A DC2Buffer.h414 C2Block1D(std::shared_ptr<C2LinearAllocation> alloc);
415 C2Block1D(std::shared_ptr<C2LinearAllocation> alloc, size_t offset, size_t size);
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp52 static bool allocationLODIsNull(const android::renderscript::Allocation *alloc) { argument
53 // Even if alloc != nullptr, mallocPtr could be null if
55 return alloc && alloc->mHal.drvState.lod[0].mallocPtr == nullptr;
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptGroup.java544 Allocation alloc = Allocation.createTyped(mRS, l.mAllocationType,
548 l.mAllocation = alloc;
551 n.mOutputs.get(ct3).mAllocation = alloc;
/frameworks/av/services/audioflinger/
H A DTracks.cpp74 alloc_type alloc,
131 if (buffer == NULL && alloc == ALLOC_CBLK) {
160 switch (alloc) {
205 LOG_ALWAYS_FATAL("invalid allocation type: %d", (int)alloc);
62 TrackBase( ThreadBase *thread, const sp<Client>& client, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t frameCount, void *buffer, size_t bufferSize, audio_session_t sessionId, uid_t clientUid, bool isOut, alloc_type alloc, track_type type, audio_port_handle_t portId) argument
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1629 String8 alloc = Asset::getAssetAllocations(); local
1630 if (alloc.length() <= 0) {
1634 jstring str = env->NewStringUTF(alloc.string());
/frameworks/rs/cpp/
H A DrsDispatch.h106 typedef void (*AllocationAdapterOffsetFnPtr) (RsContext rsc, RsAllocation alloc, const uint32_t * offsets, size_t offsets_length);
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp698 SkBitmap::Allocator* alloc) {
732 if (!dst->tryAllocPixels(alloc)) {
697 bitmapCopyTo(SkBitmap* dst, SkColorType dstCT, const SkBitmap& src, SkBitmap::Allocator* alloc) argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3857 const GraphicBufferAllocator& alloc(GraphicBufferAllocator::get());
3858 alloc.dump(result);
H A DSurfaceFlinger_hwc1.cpp3338 const GraphicBufferAllocator& alloc(GraphicBufferAllocator::get());
3339 alloc.dump(result);

Completed in 412 milliseconds

1234