Home
last modified time | relevance | path

Searched refs:allocateBuffers (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/native/libs/renderengine/gl/filters/
DBlurFilter.cpp65 mMeshBuffer.allocateBuffers(vboData, 12 /* size */); in BlurFilter()
80 mCompositionFbo.allocateBuffers(mDisplayWidth, mDisplayHeight); in setAsDrawTarget()
84 mPingFbo.allocateBuffers(fboWidth, fboHeight); in setAsDrawTarget()
85 mPongFbo.allocateBuffers(fboWidth, fboHeight); in setAsDrawTarget()
/frameworks/native/libs/renderengine/gl/
DGLVertexBuffer.h38 void allocateBuffers(const GLfloat data[], const GLuint size);
DGLVertexBuffer.cpp38 void GLVertexBuffer::allocateBuffers(const GLfloat data[], const GLuint size) { in allocateBuffers() function in android::renderengine::gl::GLVertexBuffer
DGLFramebuffer.h42 void allocateBuffers(uint32_t width, uint32_t height, void* data = nullptr);
DGLFramebuffer.cpp71 void GLFramebuffer::allocateBuffers(uint32_t width, uint32_t height, void* data) { in allocateBuffers() function in android::renderengine::gl::GLFramebuffer
/frameworks/native/services/surfaceflinger/
DNativeWindowSurface.cpp39 void preallocateBuffers() override { mSurface->allocateBuffers(); } in createNativeWindowSurface()
DMonitoredProducer.cpp104 void MonitoredProducer::allocateBuffers(uint32_t width, uint32_t height, in allocateBuffers() function in android::MonitoredProducer
106 mProducer->allocateBuffers(width, height, format, usage); in allocateBuffers()
DMonitoredProducer.h58 virtual void allocateBuffers(uint32_t width, uint32_t height,
/frameworks/base/libs/hostgraphics/gui/
DSurface.h34 void allocateBuffers() {} in allocateBuffers() function
/frameworks/av/media/extractors/midi/
DMidiExtractor.h40 status_t allocateBuffers(MediaBufferGroupHelper *group);
DMidiExtractor.cpp96 mEngine.allocateBuffers(mBufferGroup); in start()
210 status_t MidiEngine::allocateBuffers(MediaBufferGroupHelper *group) { in allocateBuffers() function in android::MidiEngine
/frameworks/native/libs/gui/include/gui/mock/
DGraphicBufferProducer.h48 MOCK_METHOD4(allocateBuffers, void(uint32_t, uint32_t, PixelFormat, uint64_t));
/frameworks/native/libs/gui/tests/
DMalicious.cpp71 void allocateBuffers(uint32_t width, uint32_t height, PixelFormat format, in allocateBuffers() function in android::test::ProxyBQP
73 mProducer->allocateBuffers(width, height, format, usage); in allocateBuffers()
/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/
DB2HGraphicBufferProducer.h96 virtual Return<HStatus> allocateBuffers(
DH2BGraphicBufferProducer.h84 virtual void allocateBuffers(
/frameworks/av/media/extractors/flac/
DFLACExtractor.cpp129 void allocateBuffers(MediaBufferGroupHelper *group);
567 void FLACParser::allocateBuffers(MediaBufferGroupHelper *group) in allocateBuffers() function in android::FLACParser
680 mParser->allocateBuffers(mBufferGroup); in start()
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.h74 ANDROID_API void allocateBuffers();
DRenderProxy.cpp87 void RenderProxy::allocateBuffers() { in allocateBuffers() function in android::uirenderer::renderthread::RenderProxy
88 mRenderThread.queue().post([=]() { mContext->allocateBuffers(); }); in allocateBuffers()
/frameworks/native/libs/gui/bufferqueue/2.0/
DB2HGraphicBufferProducer.cpp318 Return<HStatus> B2HGraphicBufferProducer::allocateBuffers( in allocateBuffers() function in android::hardware::graphics::bufferqueue::V2_0::utils::B2HGraphicBufferProducer
321 mBase->allocateBuffers( in allocateBuffers()
DH2BGraphicBufferProducer.cpp389 void H2BGraphicBufferProducer::allocateBuffers( in allocateBuffers() function in android::hardware::graphics::bufferqueue::V2_0::utils::H2BGraphicBufferProducer
393 Return<HStatus> transResult = mBase->allocateBuffers( in allocateBuffers()
/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/
DH2BGraphicBufferProducer.h84 void allocateBuffers(uint32_t width, uint32_t height,
DWGraphicBufferProducer.h279 Return<void> allocateBuffers( in allocateBuffers() function
283 mBase->allocateBuffers( in allocateBuffers()
/frameworks/native/libs/gui/include/gui/
DBufferQueueProducer.h161 virtual void allocateBuffers(uint32_t width, uint32_t height,
DBufferHubProducer.h96 void allocateBuffers(uint32_t width, uint32_t height, PixelFormat format,
/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.h122 virtual void allocateBuffers(uint32_t width, uint32_t height,

12