/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
RenderPreview.java | 180 * if not known), and null if the render was successful. 250 * Returns the aspect ratio of this render preview 314 * Returns the area of this render preview, PRIOR to scaling 334 // Just made the render preview visible: 335 configurationChanged(mDirty); // schedules render 475 * Sets an inclusion context to use for this layout, if any. This will render 486 * Request a new render after the given delay 488 * @param delay the delay to wait before starting the render job 490 public void render(long delay) { method in class:RenderPreview 505 /** Render immediately * 561 Result render = session.render(1000); local [all...] |
/external/deqp/modules/gles3/functional/ |
es3fFboColorbufferTests.cpp | 116 void render (tcu::Surface& dst) function in class:deqp::gles3::Functional::FboColorClearCase 223 void render (tcu::Surface& dst) function in class:deqp::gles3::Functional::FboColorMultiTex2DCase 274 // Render textures to both framebuffers. 304 // Render to framebuffer. 338 void render (tcu::Surface& dst) function in class:deqp::gles3::Functional::FboColorTexCubeCase 411 // Render test images to random cube faces 446 // Render to framebuffer 487 void render (tcu::Surface& dst) function in class:deqp::gles3::Functional::FboColorTex2DArrayCase 538 // Render test images to random texture layers 572 // Render to framebuffe 613 void render (tcu::Surface& dst) function in class:deqp::gles3::Functional::FboColorTex3DCase 743 void render (tcu::Surface& dst) function in class:deqp::gles3::Functional::FboBlendCase 829 void render (tcu::Surface& dst) function in class:deqp::gles3::Functional::FboRepeatedClearSampleTex2DCase 901 void render (tcu::Surface& dst) function in class:deqp::gles3::Functional::FboRepeatedClearBlitTex2DCase 967 void render (tcu::Surface& dst) function in class:deqp::gles3::Functional::FboRepeatedClearBlitRboCase [all...] |
es3fFragOpInteractionTests.cpp | 21 * \brief Shader - render state interaction tests. 38 : TestCaseGroup(context, "interaction", "Shader - Render State Interaction Tests")
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestTemplates.java | 78 String found = actionST.render(); 115 String found = actionST.render(); 153 String found = actionST.render(); 188 String found = actionST.render(); 224 String found = actionST.render(); 259 String found = actionST.render();
|
/packages/inputmethods/LatinIME/java/res/xml/ |
rowkeys_hindi1.xml | 54 render dotted circle for incomplete combining letter of some scripts, different 73 render dotted circle for incomplete combining letter of some scripts, different 82 render dotted circle for incomplete combining letter of some scripts, different 91 render dotted circle for incomplete combining letter of some scripts, different 100 render dotted circle for incomplete combining letter of some scripts, different 109 render dotted circle for incomplete combining letter of some scripts, different
|
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/ |
graphics_PiglitBVT_4.sh | 87 run_test "spec/!OpenGL 3.0/render-integer" 0.0 "bin/gl-3.0-render-integer -fbo -auto" 154 run_test "spec/ARB_color_buffer_float/GL_RGBA16F-render" 0.0 "bin/arb_color_buffer_float-render GL_RGBA16F -fbo -auto" 155 run_test "spec/ARB_color_buffer_float/GL_RGBA16F-render-fog" 0.0 "bin/arb_color_buffer_float-render GL_RGBA16F fog -fbo -auto" 156 run_test "spec/ARB_color_buffer_float/GL_RGBA16F-render-sanity" 0.0 "bin/arb_color_buffer_float-render GL_RGBA16F sanity -fbo -auto" 157 run_test "spec/ARB_color_buffer_float/GL_RGBA16F-render-sanity-fog" 0.0 "bin/arb_color_buffer_float-render GL_RGBA16F sanity fog -fbo -auto [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
ViewMetadataRepository.java | 159 // an outer element to render some interesting inner element, such as a tab widget 269 String render = child.getAttribute("render"); //$NON-NLS-1$ local 270 if (render.length() > 0) { 271 renderMode = RenderMode.get(render); 732 /** Render mode for palette preview */ 735 * Render previews, and it can be rendered as a sibling of many other views in a 748 * Returns the {@link RenderMode} for the given render XML attribute 751 * @param render the attribute value in the metadata XML file 754 public static RenderMode get(String render) { [all...] |
/external/doclava/src/com/google/doclava/ |
PageMetadata.java | 90 * root nodes by type name and render the types and their child 113 * root nodes by type name and render the types and their child 726 * Render a tree of metadata nodes organized by type. 727 * @param buf Output buffer to render to. 737 list.get(i).renderTypes(buf); //render this type's children 744 * Render a tree of metadata nodes organized by lang. 745 * @param buf Output buffer to render to. 755 list.get(i).renderTypes(buf); //render this lang's children 761 * Render all metadata nodes for a specific type. 762 * @param buf Output buffer to render to [all...] |
/external/deqp/android/cts/mnc/ |
egl-master.txt | [all...] |
/external/deqp/android/cts/mnc/src/ |
egl-master.txt | [all...] |
/art/tools/ahat/src/ |
Value.java | 24 * Class to render an hprof value to a DocString. 100 public static DocString render(AhatSnapshot snapshot, Object val) { method in class:Value
|
/cts/tests/openglperf2/src/android/opengl2/cts/primitive/ |
GLPrimitiveBenchmark.java | 114 * @param offscreen Whether to render to an offscreen framebuffer rather than the screen. 115 * @param numFrames The number of frames to render.
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
GlAppSwitchTest.java | 81 // wait further to render some frames 90 // wait to render some frames
|
/developers/build/prebuilts/gradle/ElevationDrag/ |
README.md | 6 z-translation are used to render the shadows and the views are clipped using different 13 z-translation are used to render the shadows and the views are clipped using different
|
/developers/samples/android/ui/views/Elevation/ElevationDrag/ |
README.md | 6 z-translation are used to render the shadows and the views are clipped using different 13 z-translation are used to render the shadows and the views are clipped using different
|
/device/generic/goldfish/camera/ |
media_codecs.xml | 71 a component with this quirk is to render the output to the screen. 75 matching surfaceflinger support that can render the custom format to
|
/external/deqp/doc/testspecs/GLES2/ |
functional.scissors.txt | 36 - (Partially) outside render target 54 scissoring and render a colored fullscreen quad with depth & stencil
|
functional.vertex_arrays.multiple_attributes.txt | 49 Attribute count tests render simple float data from user pointer using vec2 in 52 Storage test render using three attributes from buffer or user pointer. Two component
|
/external/deqp/doc/testspecs/GLES3/ |
functional.vertex_arrays.multiple_attributes.txt | 49 Attribute count tests render simple float data from user pointer using vec2 in 52 Storage test render using three attributes from buffer or user pointer. Two component
|
/external/deqp/framework/common/ |
tcuRenderTarget.hpp | 23 * \brief Render target info. 33 * \brief Render target info
|
/external/deqp/modules/gles2/functional/ |
es2fFragOpInteractionTests.cpp | 21 * \brief Shader - render state interaction tests. 38 : TestCaseGroup(context, "interaction", "Shader - Render State Interaction Tests")
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/ |
PackagePageTest.java | 73 page.render(); 108 page.render();
|
PackageSourcePageTest.java | 92 page.render(); 115 page.render();
|
/external/libdrm/tests/nouveau/ |
threaded.c | 100 fprintf(stderr, "Opening nouveau render node failed with %i\n", fd); 105 fprintf(stderr, "Opening second nouveau render node failed with %i\n", -errno);
|
/external/mesa3d/docs/ |
osmesa.html | 51 and render into any of the smaller size channels. 52 For example, if Mesa's compiled for 32-bit channels, you can also render
|