/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
D | render.rs | 188 SgRenderPass *pass = (SgRenderPass*)rsGetElementAt(gRenderPasses, i); 189 if (rsIsObject(pass->color_target)) { 190 rsgBindColorTarget(pass->color_target, 0); 192 if (rsIsObject(pass->depth_target)) { 193 rsgBindDepthTarget(pass->depth_target); 195 if (!rsIsObject(pass->color_target) && 196 !rsIsObject(pass->depth_target)) { 199 updateActiveCamera(pass->camera); 200 if (pass->should_clear_color) { 201 rsgClearColor(pass->clear_color.x, pass->clear_color.y, [all …]
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcStress.cpp | 243 unsigned int pass; in main() local 389 for (pass = startPass; pass <= endPass; pass++) { in main() 400 if ((pass == startPass) in main() 401 || ((pass / passesPerGroup) != ((pass - 1) / passesPerGroup))) { in main() 402 initFrames(pass / passesPerGroup); in main() 405 testPrintI("==== Starting pass: %u", pass); in main() 409 srand48(pass); in main() 509 testPrintI("==== Completed pass: %u", pass); in main() 522 testPrintI("Successfully completed %u passes", pass - startPass); in main()
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
D | FullscreenBlur.java | 84 RenderPass pass = new RenderPass(); in addPass() local 85 pass.setColorTarget(color); in addPass() 86 pass.setDepthTarget(depth); in addPass() 87 pass.setShouldClearColor(false); in addPass() 88 pass.setShouldClearDepth(false); in addPass() 89 pass.setCamera(cam); in addPass() 90 scene.appendRenderPass(pass); in addPass() 91 return pass; in addPass()
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | how-android-draws.jd | 37 Drawing the layout is a two pass process: a measure pass and a layout pass. 38 The measuring pass is implemented in {@link android.view.View#measure(int, int)} 41 during the recursion. At the end of the measure pass, every 43 its measurements. The second pass happens in 45 this pass each parent is responsible for positioning all of its children 46 using the sizes computed in the measure pass. 58 that at the end of the measure pass, all parents accept all of their 68 the rules on the second pass). 82 The measure pass uses two classes to communicate dimensions. The
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | copy_test.rs | 19 void sendResult(bool pass) { 20 if (pass) {
|
D | test_root.rs | 13 bool pass;
|
D | UT_copy_test.java | 26 boolean pass = true; field in UT_copy_test
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | copy_test.rs | 19 void sendResult(bool pass) { 20 if (pass) {
|
D | test_root.rs | 13 bool pass;
|
D | UT_copy_test.java | 26 boolean pass = true; field in UT_copy_test
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagAttribute.inc | 12 …Engine::Warning, "%0 uses different way to pass WMMX parameters and results.", "%0 uses different … 19 …::Warning, "%0 uses different way to pass the floating point parameter and results.", "%0 uses dif…
|
/frameworks/compile/slang/tests/F_kernel_16/ |
D | stderr.txt.expect | 1 kernel_16.rs:5:16: error: Compute kernel root() targeting SDK levels 11-16 may not use pass-by-valu…
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | test_root.rs | 13 bool pass;
|
D | shared.rsh | 7 bool pass;
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | test_root.rs | 13 bool pass;
|
D | shared.rsh | 7 bool pass;
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | test_root.rs | 13 bool pass;
|
D | shared.rsh | 7 bool pass;
|
/frameworks/base/docs/html/guide/faq/ |
D | framework.jd | 10 <li><a href="#3">How do I pass complicated data structures 15 there any way for the Service to pass a message back to the Activity?</a></li> 52 <h2>How do I pass data between Activities/Services within a single 91 keys. When an activity wants to pass an object to another activity, it 139 Service to pass a message back to the Activity?</h2>
|
/frameworks/volley/ |
D | project.properties | 13 # Make sure to pass a valid value to renderscript
|
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/res/raw/ |
D | cameraeffectsrecordingsample.graph | 56 // Also pass it to an encoder
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTSPConnection.h | 47 AString *user, AString *pass);
|
/frameworks/av/media/libstagefright/matroska/ |
D | MatroskaExtractor.cpp | 620 for (int32_t pass = 0; pass < 2; ++pass) { in read() local 638 if (pass == 1) { in read() 662 if (pass == 0) { in read()
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | gradlew.bat | 11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options t…
|
/frameworks/rs/scriptc/ |
D | rs_core.rsh | 133 * @param usrData The user definied params to pass to the root script. May be 162 * @param usrData The user definied params to pass to the root script. May be
|