Home
last modified time | relevance | path

Searched refs:look (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DTransform.java123 public void look(char dir, TriData tri, int w, int h) { in look() method in Transform
124 mViewMatrix.look(dir, tri, mVoxelDim, w, h); in look()
178 float[] look = {0, 0, 1}; in main() local
179 m.mult3v(look, ret); in main()
DViewMatrix.java213 double[] look = {0, 0, 0}; in main() local
217 v.setLookPoint(look); in main()
261 public void look(char dir, TriData tri, float[] voxelDim, int w, int h) { in look() method in ViewMatrix
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
DVrView.java298 mState1.mTransform.look(looks[last_look], mState1.mCubeScreen, getWidth(), getHeight()); in resetCut()
311 mState1.mTransform.look(ViewMatrix.DOWN_AT, mState1.mCubeScreen, getWidth(), getHeight()); in setVolume()
315 protected void look(int k) { in look() method in VrView
316 mState1.mTransform.look(looks[k], mState1.mCubeVolume, getWidth(), getHeight()); in look()
336 public void setLook(String look) { in setLook() argument
337 int[][] color = mState1.mVolume.getLookColor(look); in setLook()
338 int[][] opacity = mState1.mVolume.getLookOpactiy(look); in setLook()
/frameworks/native/opengl/libs/EGL/
DGLES_layers.md14 …r for the layer to use (layer_id) and an entrypoint that can be called to look up functions below …
29look up functions independently (i.e. not wait for calls to `AndroidGLESLayer_GetProcAddress`). L…
106look up extensions not known to the EGL loader, active layer initialization is the way to go. The…
142 // look up any entrypoints
246 # Q is the first that will support this, so look for `Q` or 10 for release
248 # Or look for the SDK version, which should be 29 for Q
/frameworks/native/opengl/tests/testFramerate/
DAndroid.bp2 // Test framerate and look for hiccups
/frameworks/native/services/surfaceflinger/tests/
DBufferGeneratorShader.h320 // Camera position and "look at"
/frameworks/base/core/proto/android/util/
Dlog.proto51 // Represents a Binary Log in logd, need to look event-log-tags for more info.
62 // Index of the event tag, can look up in event-log-tags file
/frameworks/native/cmds/installd/
Dotapreopt.rc1 # When /data is available, look for A/B artifacts for the current slot and move them
/frameworks/wilhelm/tools/hashgen/
DREADME.txt16 If the differences look OK, then copy the new IID_to_MPH.c back to
/frameworks/base/tools/lint/common/
DAndroid.bp45 // all classes in the jar to look for tests, it crashes loading them.
/frameworks/base/core/java/android/text/
DDynamicLayout.java663 int look = TextUtils.indexOf(text, '\n', where + after); in reflow() local
664 if (look < 0) in reflow()
665 look = len; in reflow()
667 look++; // we want the index after the \n in reflow()
669 int change = look - (where + after); in reflow()
/frameworks/base/packages/SystemUI/
DTEST_MAPPING18 // If you want to see one shot place to monitor all e2e tests, look for
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-testing.md4 … state is correct, usability will not be affected - animations might just look a bit off until the…
Dclock-plugins.md84 The goal is to look for bright spots in the luminosity average over a period of time. It is
Dscene.md88 *(a)* look for the sash/ribbon UI at the bottom-right corner of the display:
93 *(b)* Turn on logging and look for the logging statements in `logcat`:
Dfalsing.md93 in fact look like a simple tap.
/frameworks/compile/slang/lit-tests/
Dlit.cfg37 # Otherwise look in the path.
/frameworks/compile/libbcc/tests/debuginfo/
Dlit.site.cfg33 # Otherwise look in the path.
/frameworks/native/cmds/flatland/
DREADME.txt35 The output of flatland should look something like this:
/frameworks/base/tools/orientationplot/
DREADME.txt40 Things to look for:
/frameworks/native/services/inputflinger/docs/
Danr.md18 …f any are unresponsive. To determine whether an app is not responding, we look at the oldest entry…
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
DREADME.md22 - The "bottom layer" is concerned with HAL compatibility - making all HAL versions look and behave
/frameworks/proto_logging/stats/enums/stats/dnsresolver/
Ddns_resolver.proto146 NS_T_DLV = 32769; // DNSSEC look-aside validatation.
/frameworks/base/cmds/uinput/
DREADME.md243 keys would look like this:
/frameworks/av/media/tests/benchmark/
DREADME.md203 To find the location of the CSV file, look for the path in logs. Example log below -

12