Searched refs:getTargetFbo (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/libs/hwui/
H A DLayerRenderer.h72 virtual GLuint getTargetFbo() const override;
H A DCanvasState.h54 virtual GLuint getTargetFbo() const = 0;
H A DCanvasState.cpp75 mSnapshot->fbo = mCanvas.getTargetFbo();
H A DFrameBuilder.h167 virtual GLuint getTargetFbo() const override { return 0; }
H A DOpenGLRenderer.cpp166 const bool isFbo = getTargetFbo() == 0;
192 if (getTargetFbo() == 0) {
298 if (Properties::debugOverdraw && getTargetFbo() == 0) {
378 mRenderState.bindFramebuffer(getTargetFbo());
395 mRenderState.bindFramebuffer(getTargetFbo());
841 if (CC_UNLIKELY(Properties::debugOverdraw && getTargetFbo() == 0 && COND)) { \
H A DDisplayListCanvas.h104 virtual GLuint getTargetFbo() const override { return -1; }
H A DLayerRenderer.cpp95 GLuint LayerRenderer::getTargetFbo() const { function in class:android::uirenderer::LayerRenderer
H A DRecordingCanvas.h70 virtual GLuint getTargetFbo() const override { return -1; }
H A DOpenGLRenderer.h342 virtual GLuint getTargetFbo() const override { return 0; }
/frameworks/base/libs/hwui/tests/microbench/
H A DDisplayListCanvasBench.cpp130 GLuint getTargetFbo() const override { return 0; }
/frameworks/base/libs/hwui/tests/unit/
H A DCanvasStateTests.cpp34 GLuint getTargetFbo() const override { return 0; }

Completed in 313 milliseconds