HomeSort by relevance Sort by last modified time
    Searched refs:tmpSurface (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/pipeline/skia/
GLFunctorDrawable.cpp 102 sk_sp<SkSurface> tmpSurface;
108 tmpSurface = SkSurface::MakeRenderTarget(canvas->getGrContext(), SkBudgeted::kYes,
110 tmpSurface->getCanvas()->clear(SK_ColorTRANSPARENT);
113 if (!tmpSurface->getRenderTargetHandle(&backendObject, SkSurface::kFlushWrite_BackendHandleAccess)) {
165 if (tmpSurface) {
166 tmpCanvas = tmpSurface->getCanvas();
212 if (tmpSurface) {
222 tmpSurface->draw(canvas, deviceBounds.fLeft, deviceBounds.fTop, nullptr);
SkiaOpenGLPipeline.cpp 142 sk_sp<SkSurface> tmpSurface = SkSurface::MakeRenderTarget(mRenderThread.getGrContext(),
145 if (!tmpSurface.get()) {
147 tmpSurface = SkSurface::MakeRenderTarget(mRenderThread.getGrContext(),
149 if (!tmpSurface.get()) {
157 if (LayerDrawable::DrawLayer(mRenderThread.getGrContext(), tmpSurface->getCanvas(), layer,
159 sk_sp<SkImage> tmpImage = tmpSurface->makeImageSnapshot();
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.cpp 396 VASurfaceID tmpSurface = mRecSurface;
398 mRefSurface = tmpSurface;
    [all...]

Completed in 79 milliseconds