Searched refs:render (Results 1 - 25 of 34) sorted by last modified time

12

/frameworks/rs/
H A DrsMesh.cpp175 void Mesh::render(Context *rsc) const { function in class:Mesh
H A DrsMesh.h78 void render(Context *) const;
H A DrsPath.cpp59 void Path::render(Context *rsc) { function in class:Path
H A DrsPath.h45 void render(Context *);
H A DrsScriptC_LibGL.cpp156 sm->render(rsc);
164 sm->render(rsc);
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp1858 * virtual void render() {
1896 render();
1903 virtual void render() = 0;
2006 virtual void render() { function in class:android::PT
2025 virtual void render() { function in class:android::PT
2046 virtual void render() { function in class:android::PT
2075 virtual void render() { function in class:android::PT
2105 virtual void render() { function in class:android::PT
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp29 void render();
206 render();
336 void render()
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp31 void render(int quads);
113 render(argc==2 ? atoi(argv[1]) : ITERATIONS);
228 void render(int quads) function
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneManager.java484 mRenderLoop = new ScriptC_render(rs, res, R.raw.render);
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
H A DAnimationThread.java156 if (mSession.render(false /*freshRender*/).isSuccess()) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java334 lastResult = scene.render(true /*freshRender*/);
363 lastResult = action.render();
H A DBridgeRenderSession.java84 public Result render(long timeout) { method in class:BridgeRenderSession
89 mLastResult = mSession.render(false /*freshRender*/);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderDrawable.java44 * Action to render a given Drawable provided through {@link DrawableParams#getDrawable()}.
46 * The class only provides a simple {@link #render()} method, but the full life-cycle of the
58 public Result render() { method in class:RenderDrawable
H A DRenderSessionImpl.java102 * Class implementing the render session.
194 // FIXME: find those out, and possibly add them to the render params
423 * @param freshRender whether the render is a new one and should erase the existing bitmap (in
431 * @see RenderSession#render(long)
433 public Result render(boolean freshRender) { method in class:RenderSessionImpl
727 result = render(false /*freshRender*/);
805 result = render(false /*freshRender*/);
861 result = render(false /*freshRender*/);
995 return render(false /*freshRender*/);
1167 * @param resources the render resource
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DCameraWidgetFrame.java102 render();
191 public void render() { method in class:CameraWidgetFrame
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp278 // Avoid having to reallocate memory and render quad by quad
519 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY,
578 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, x, y);
593 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, x, y, positions);
608 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, path, hOffset, vOffset);
/frameworks/base/libs/hwui/font/
H A DFont.cpp186 void Font::render(SkPaint* paint, const char* text, uint32_t start, uint32_t len, function in class:android::uirenderer::Font
189 render(paint, text, start, len, numGlyphs, x, y, BITMAP, bitmap,
192 render(paint, text, start, len, numGlyphs, x, y, FRAMEBUFFER, NULL,
197 void Font::render(SkPaint* paint, const char *text, uint32_t start, uint32_t len, function in class:android::uirenderer::Font
199 render(paint, text, start, len, numGlyphs, x, y, FRAMEBUFFER, NULL,
203 void Font::render(SkPaint* paint, const char *text, uint32_t start, uint32_t len, function in class:android::uirenderer::Font
260 render(paint, text, start, len, numGlyphs, 0, 0, MEASURE, NULL, 0, 0, bounds, positions);
284 void Font::render(SkPaint* paint, const char* text, uint32_t start, uint32_t len, function in class:android::uirenderer::Font
296 RenderGlyph render = gRenderGlyph[mode]; local
321 (*this.*render)(cachedGlyp
[all...]
H A DFont.h52 * If bitmap is specified, it will be used as the render target
54 void render(SkPaint* paint, const char *text, uint32_t start, uint32_t len,
58 void render(SkPaint* paint, const char *text, uint32_t start, uint32_t len,
61 void render(SkPaint* paint, const char *text, uint32_t start, uint32_t len,
84 void render(SkPaint* paint, const char *text, uint32_t start, uint32_t len,
/frameworks/base/media/java/android/media/
H A DMediaCodec.java229 * @param surface Specify a surface on which to render the output of this
450 * video decoder you can optionally render the buffer.
453 * @param render If a valid surface was specified when configuring the codec,
456 public native final void releaseOutputBuffer(int index, boolean render); argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp188 status_t JMediaCodec::releaseOutputBuffer(size_t index, bool render) { argument
189 return render
648 JNIEnv *env, jobject thiz, jint index, jboolean render) {
658 status_t err = codec->releaseOutputBuffer(index, render);
647 android_media_MediaCodec_releaseOutputBuffer( JNIEnv *env, jobject thiz, jint index, jboolean render) argument
H A Dandroid_media_MediaCodec.h77 status_t releaseOutputBuffer(size_t index, bool render);
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp140 void SoftwareRenderer::render( function in class:android::SoftwareRenderer
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h50 virtual void render(MediaBuffer *buffer) = 0;
H A DSoftwareRenderer.h36 void render(
/frameworks/av/include/media/
H A DJetPlayer.h67 int render();
78 Mutex mMutex; // mutex to sync the render and playback thread with the JET calls
111 result = mPlayer->render();

Completed in 3907 milliseconds

12