Searched refs:front (Results 1 - 25 of 92) sorted by last modified time

1234

/frameworks/wilhelm/src/itf/
H A DI3DLocation.cpp171 SLVec3D front = *pFront; local
176 thiz->mOrientationVectors.mFront = front;
251 SLVec3D front = thiz->mOrientationVectors.mFront; local
254 *pFront = front;
H A DI3DMacroscopic.cpp104 SLVec3D front = *pFront; local
108 thiz->mOrientationVectors.mFront = front;
164 SLVec3D front = thiz->mOrientationVectors.mFront; local
167 *pFront = front;
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DBlurStack.java66 * layers are ordered from front (closer to the camera) to back (farther away
73 * assume that it is a single depth layer. That is, the front depth and back
145 // Finds the front and back depth levels for the focus layer.
183 int front = layerInfo[n].frontDepth;
185 s += "\nlayer " + n + " num of disparities " + (front - back + 1) + "\n";
187 for (int d = front; d >= back; --d) {
230 * @param frontFocalDepth front focal depth level
265 * @param frontFocalDepth the front depth of focal layer.
274 // Pushes single depth layers in front of the focal layer to layerInfo.
299 * @param frontFocalDepth the front dept
[all...]
H A DLayerInfo.java16 LayerInfo(int front, int back) { argument
17 frontDepth = front;
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.cpp110 if (!closure->mIsKernel || !mClosures.front()->mClosure->mIsKernel) {
206 if (mClosures.front()->mClosure->mIsKernel) {
421 if (!batch->mClosures.front()->mClosure->mIsKernel) {
423 generateSourceSlot(mCpuRefImpl, *batch->mClosures.front()->mClosure, inputs, ss);
625 if (!mClosures.front()->mClosure->mIsKernel) {
629 CPUClosure* cc = mClosures.front();
647 const CPUClosure* firstCpuClosure = mClosures.front();
679 const CPUClosure* cpuClosure = mClosures.front();
/frameworks/rs/
H A DrsList.h111 T& front() const { return *const_cast<T*>(first); } function in class:android::renderscript::List
/frameworks/rs/rsov/compiler/
H A DBuiltin.cpp214 if (argType.front() == 'u') {
H A DGlobalMergePass.cpp205 CallInst::Create(Func, {}, "", &EntryBlk.front());
/frameworks/rs/script_api/
H A DGenerateStubsWhiteList.cpp144 if (tokens->front() == prefix) {
219 delta = mangleLongName(tokens->front());
234 delta = mangleLongName(tokens->front());
/frameworks/opt/net/lowpan/libandroid_net_lowpan/
H A DLowpanCredential.cpp75 return LowpanCredential::initMasterKey(out, &masterKey.front(), masterKey.size(), masterKeyIndex);
98 *masterKey = &mMasterKey.front();
H A DLowpanIdentity.cpp150 mName = std::string((const char*)&rawName.front(), rawName.size());
/frameworks/native/cmds/installd/
H A Dutils.cpp402 bool front = true; local
408 front = false;
411 if (!front) {
418 front = true;
425 if (front) {
/frameworks/native/cmds/surfacereplayer/replayer/
H A DBufferQueueScheduler.cpp42 BufferEvent event = mBufferEvents.front();
H A DReplayer.cpp134 auto event = mPendingIncrements.front();
/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp86 BufferQueueCore::Fifo::iterator front(mCore->mQueue.begin());
150 if (!front->mIsStale) {
152 mSlots[front->mSlot].mBufferState.freeQueued();
158 mSlots[front->mSlot].mBufferState.isFree()) {
159 mSlots[front->mSlot].mBufferState.mShared = false;
163 if (!mSlots[front->mSlot].mBufferState.isShared()) {
164 mCore->mActiveBuffers.erase(front->mSlot);
165 mCore->mFreeBuffers.push_back(front->mSlot);
172 mCore->mQueue.erase(front);
173 front
[all...]
H A DBufferQueueProducer.cpp234 int slot = mCore->mFreeBuffers.front();
661 int found = mCore->mFreeBuffers.front();
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h166 return mFences.front();
/frameworks/native/libs/ui/
H A DFenceTime.cpp282 std::shared_ptr<FenceTime> front = mQueue.front().lock(); local
283 if (front) {
286 front->getSignalTime();
296 std::shared_ptr<FenceTime> fence = mQueue.front().lock();
/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel_factory.cpp31 if (endpoint_path.front() == '/')
H A Dipc_helper.cpp415 if (endpoint_path.empty() || endpoint_path.front() != '/')
/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp434 (!retire_fence_fds_.front() ||
435 sync_wait(retire_fence_fds_.front().Get(), 0) == 0)) {
/frameworks/native/opengl/libagl/
H A Dcontext.h328 material_t front; member in struct:android::gl::lighting_t
H A Dlight.cpp77 c->lighting.front.ambient.r =
78 c->lighting.front.ambient.g =
79 c->lighting.front.ambient.b = gglFloatToFixed(0.2f);
80 c->lighting.front.ambient.a = 0x10000;
81 c->lighting.front.diffuse.r =
82 c->lighting.front.diffuse.g =
83 c->lighting.front.diffuse.b = gglFloatToFixed(0.8f);
84 c->lighting.front.diffuse.a = 0x10000;
85 c->lighting.front.specular.a = 0x10000;
86 c->lighting.front
[all...]
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1592 if (mRemoteSyncPoints.front()->getFrameNumber() !=
1598 mRemoteSyncPoints.front()->setTransactionApplied();
1603 if (mRemoteSyncPoints.front()->frameIsAvailable()) {
1609 mRemoteSyncPoints.front()->setTransactionApplied();
H A DLayerRejecter.cpp28 LayerRejecter::LayerRejecter(Layer::State& front, argument
35 : mFront(front),
107 "bufWidth=%d, bufHeight=%d, front.active.{w=%d, h=%d}",

Completed in 459 milliseconds

1234