/frameworks/native/libs/renderengine/gl/filters/ |
D | BlurFilter.cpp | 65 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/av/media/libstagefright/renderfright/gl/filters/ |
D | BlurFilter.cpp | 65 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/ |
D | GLVertexBuffer.h | 38 void allocateBuffers(const GLfloat data[], const GLuint size);
|
D | GLVertexBuffer.cpp | 38 void GLVertexBuffer::allocateBuffers(const GLfloat data[], const GLuint size) { in allocateBuffers() function in android::renderengine::gl::GLVertexBuffer
|
D | GLFramebuffer.h | 42 void allocateBuffers(uint32_t width, uint32_t height, void* data = nullptr);
|
D | GLFramebuffer.cpp | 72 void GLFramebuffer::allocateBuffers(uint32_t width, uint32_t height, void* data) { in allocateBuffers() function in android::renderengine::gl::GLFramebuffer
|
/frameworks/av/media/libstagefright/renderfright/gl/ |
D | GLVertexBuffer.h | 38 void allocateBuffers(const GLfloat data[], const GLuint size);
|
D | GLVertexBuffer.cpp | 38 void GLVertexBuffer::allocateBuffers(const GLfloat data[], const GLuint size) { in allocateBuffers() function in android::renderengine::gl::GLVertexBuffer
|
D | GLFramebuffer.h | 42 void allocateBuffers(uint32_t width, uint32_t height, void* data = nullptr);
|
D | GLFramebuffer.cpp | 69 void GLFramebuffer::allocateBuffers(uint32_t width, uint32_t height, void* data) { in allocateBuffers() function in android::renderengine::gl::GLFramebuffer
|
/frameworks/native/services/surfaceflinger/ |
D | NativeWindowSurface.cpp | 39 void preallocateBuffers() override { mSurface->allocateBuffers(); } in createNativeWindowSurface()
|
D | MonitoredProducer.cpp | 98 void MonitoredProducer::allocateBuffers(uint32_t width, uint32_t height, in allocateBuffers() function in android::MonitoredProducer 100 mProducer->allocateBuffers(width, height, format, usage); in allocateBuffers()
|
D | MonitoredProducer.h | 58 virtual void allocateBuffers(uint32_t width, uint32_t height,
|
/frameworks/base/libs/hostgraphics/gui/ |
D | Surface.h | 34 void allocateBuffers() {} in allocateBuffers() function
|
/frameworks/av/media/extractors/midi/include/ |
D | MidiExtractor.h | 40 status_t allocateBuffers(MediaBufferGroupHelper *group);
|
/frameworks/native/libs/gui/include/gui/mock/ |
D | GraphicBufferProducer.h | 48 MOCK_METHOD4(allocateBuffers, void(uint32_t, uint32_t, PixelFormat, uint64_t));
|
/frameworks/av/media/extractors/midi/ |
D | MidiExtractor.cpp | 96 mEngine.allocateBuffers(mBufferGroup); in start() 210 status_t MidiEngine::allocateBuffers(MediaBufferGroupHelper *group) { in allocateBuffers() function in android::MidiEngine
|
/frameworks/native/libs/gui/tests/ |
D | Malicious.cpp | 71 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/ |
D | B2HGraphicBufferProducer.h | 96 virtual Return<HStatus> allocateBuffers(
|
D | H2BGraphicBufferProducer.h | 84 virtual void allocateBuffers(
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderProxy.h | 77 void allocateBuffers();
|
/frameworks/av/media/extractors/flac/ |
D | FLACExtractor.cpp | 129 void allocateBuffers(MediaBufferGroupHelper *group); 569 void FLACParser::allocateBuffers(MediaBufferGroupHelper *group) in allocateBuffers() function in android::FLACParser 680 mParser->allocateBuffers(mBufferGroup); in start()
|
/frameworks/native/libs/gui/bufferqueue/2.0/ |
D | B2HGraphicBufferProducer.cpp | 318 Return<HStatus> B2HGraphicBufferProducer::allocateBuffers( in allocateBuffers() function in android::hardware::graphics::bufferqueue::V2_0::utils::B2HGraphicBufferProducer 321 mBase->allocateBuffers( in allocateBuffers()
|
/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
D | H2BGraphicBufferProducer.h | 84 void allocateBuffers(uint32_t width, uint32_t height,
|
/frameworks/native/libs/gui/include/gui/ |
D | BufferQueueProducer.h | 161 virtual void allocateBuffers(uint32_t width, uint32_t height,
|