HomeSort by relevance Sort by last modified time
    Searched full:render (Results 126 - 150 of 2803) sorted by null

1 2 3 4 56 7 8 91011>>

  /developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/res/values/
base-strings.xml 24 This activity uses a TextureView to render the frames of a video decoded using the
  /developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/res/values/
base-strings.xml 25 z-translation are used to render the shadows and the views are clipped using different
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
SynthUnit.java 34 public abstract float render(); method in class:SynthUnit
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
SynthUnit.java 34 public abstract float render(); method in class:SynthUnit
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
SynthUnit.java 34 public abstract float render(); method in class:SynthUnit
  /development/samples/browseable/BasicMediaDecoder/res/values/
base-strings.xml 24 This activity uses a TextureView to render the frames of a video decoded using the
  /development/samples/browseable/ElevationDrag/res/values/
base-strings.xml 25 z-translation are used to render the shadows and the views are clipped using different
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
SynthUnit.java 34 public abstract float render(); method in class:SynthUnit
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
SynthUnit.java 34 public abstract float render(); method in class:SynthUnit
  /external/chromium-trace/catapult/firefighter/default/handlers/
trace.py 35 self.response.out.write(template.render(template_values))
  /external/deqp/doc/testspecs/GLES31/
functional.sample_shading.txt 31 + Rendering to every supported render buffer sample count / format
41 min_sample_shading.* tests render a high frequency pattern with different
42 MIN_SAMPLE_SHADING values. *_color cases render pattern by rendering black or
44 cases render pattern by the clearing image to black, outputting white in the
  /external/dng_sdk/source/
dng_validate.cpp 317 // Render a preview sized image.
323 dng_render render (host, *negative);
325 render.SetFinalSpace (negative->IsMonochrome () ? dng_space_GrayGamma22::Get ()
328 render.SetFinalPixelType (ttByte);
330 render.SetMaximumSize (previewIndex == 0 ? 256 : 1024);
332 previewImage.Reset (render.Render ());
425 // Render final image.
427 dng_render render (host, *negative);
429 render.SetFinalSpace (*gFinalSpace )
    [all...]
  /external/glide/third_party/gif_decoder/
README.third_party 12 reduce time to render each frame.
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
InterpretedMacro.java 57 public void render(RenderingContext context) throws IOException { method in class:InterpretedMacro
58 assert context == owningContext : "Cannot render macro defined in another context";
72 public void render(Data data, Appendable out, ResourceLoader resourceLoader) throws IOException { method in class:InterpretedMacro
73 render(createRenderingContext(data, out, resourceLoader));
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DBase.h 17 virtual void Render() = 0;
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DBase.h 17 virtual void Render() = 0;
  /external/pdfium/testing/resources/pixel/
bug_524043_1.in 39 % Both should render as text.
bug_524043_3.in 40 % Both should render as text.
bug_524043_4.in 40 % Both should render as text even "endstream" is missing.
bug_524043_5.in 40 % Both should render as text even "endobj" is missing.
bug_543018_1.in 39 % Both should render as text.
  /external/skia/platform_tools/android/apps/canvasproof/src/main/jni/
org_skia_canvasproof_GaneshPictureRenderer.cpp 31 // Render to the default framebuffer render target.
58 void render(int w, int h, const SkPicture* p, const SkMatrix& m) { function in struct:__anon22854::GaneshPictureRendererImpl
84 impl->render((int)width, (int)height, picture, matrix);
  /external/skia/tools/debugger/
SkDrawCommand.h 101 virtual bool render(SkCanvas* canvas) const { return false; } function in class:SkDrawCommand
151 bool render(SkCanvas* canvas) const override;
200 bool render(SkCanvas* canvas) const override;
234 bool render(SkCanvas* canvas) const override;
253 bool render(SkCanvas* canvas) const override;
273 bool render(SkCanvas* canvas) const override;
312 bool render(SkCanvas* canvas) const override;
330 bool render(SkCanvas* canvas) const override;
348 bool render(SkCanvas* canvas) const override;
363 bool render(SkCanvas* canvas) const override
    [all...]
  /external/webrtc/webrtc/modules/video_render/
video_render_internal.h 19 // In order to be able to use the internal webrtc video render
  /frameworks/base/docs/html/training/graphics/opengl/
motion.jd 19 <li><a href="#cont-render">Enable Continuous Rendering</a></li>
79 <h2 id="cont-render">Enable Continuous Rendering</h2>
82 sure you comment out the line that sets the render mode only draw when dirty, otherwise OpenGL
90 // Render the view only when there is a change in the drawing data.

Completed in 870 milliseconds

1 2 3 4 56 7 8 91011>>