Home
last modified time | relevance | path

Searched refs:createColorBuffer (Results 1 – 19 of 19) sorted by relevance

/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp182 mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, FRAMEWORK_FORMAT_GL_COMPATIBLE); in TEST_F()
190 mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, FRAMEWORK_FORMAT_GL_COMPATIBLE); in TEST_F()
198 mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, FRAMEWORK_FORMAT_GL_COMPATIBLE); in TEST_F()
208 mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, FRAMEWORK_FORMAT_GL_COMPATIBLE); in TEST_F()
224 HandleType handle = mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, in TEST_F()
251 HandleType handle = mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, in TEST_F()
281 HandleType handle_nv12 = mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, in TEST_F()
305 HandleType handle_yuv420 = mFb->createColorBuffer( in TEST_F()
333 HandleType handle = mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, in TEST_F()
364 mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, FRAMEWORK_FORMAT_GL_COMPATIBLE); in TEST_F()
[all …]
DSampleApplication.cpp274 mColorBuffer = mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, FRAMEWORK_FORMAT_GL_COMPATIBLE); in SampleApplication()
282 mTargetCb = mFb->createColorBuffer(mFb->getWidth(), in SampleApplication()
476 …sfColorBuffers.push_back(mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, FRAMEWORK_FORMAT_GL_COMP… in surfaceFlingerComposerLoop()
477 …hwcColorBuffers.push_back(mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, FRAMEWORK_FORMAT_GL_COM… in surfaceFlingerComposerLoop()
DDefaultFramebufferBlit_unittest.cpp66 mColorBuffer = mFb->createColorBuffer( in ClearColor()
/hardware/google/gfxstream/guest/platform/stub/
DStubVirtGpuDevice.cpp51 VirtGpuResourcePtr createColorBuffer(int, int, uint32_t) { return nullptr; } in createColorBuffer() function
53 VirtGpuResourcePtr createColorBuffer(int) { return nullptr; } in createColorBuffer() function
DStubVirtGpu.h77 virtual VirtGpuResourcePtr createColorBuffer(int width, int height, uint32_t glFormat);
78 virtual VirtGpuResourcePtr createColorBuffer(int size);
/hardware/google/gfxstream/guest/android/
DGrallocGoldfish.h23 uint32_t createColorBuffer(void* rcEnc, int width, int height, uint32_t glformat) override;
DGrallocMinigbm.h23 uint32_t createColorBuffer(void* rcEnc, int width, int height, uint32_t glformat) override;
DGrallocEmulated.h69 uint32_t createColorBuffer(void*, int width, int height, uint32_t glFormat) override;
DGrallocGoldfish.cpp24 uint32_t GoldfishGralloc::createColorBuffer(void* rcEnc, int width, int height, uint32_t glformat) { in createColorBuffer() function in gfxstream::GoldfishGralloc
DGrallocMinigbm.cpp115 uint32_t MinigbmGralloc::createColorBuffer(void*, int width, int height, uint32_t glformat) { in createColorBuffer() function in gfxstream::MinigbmGralloc
DGrallocEmulated.cpp213 uint32_t EmulatedGralloc::createColorBuffer(void*, int width, int height, uint32_t glFormat) { in createColorBuffer() function in gfxstream::EmulatedGralloc
/hardware/google/gfxstream/guest/android/include/gfxstream/guest/
DGralloc.h61 virtual uint32_t createColorBuffer(void* rcEnc, int width, int height, uint32_t glformat) = 0;
/hardware/google/gfxstream/host/gl/
DEmulationGl.h108 std::unique_ptr<ColorBufferGl> createColorBuffer(uint32_t width, uint32_t height,
DEmulationGl.cpp631 std::unique_ptr<ColorBufferGl> EmulationGl::createColorBuffer(uint32_t width, uint32_t height, in createColorBuffer() function in gfxstream::gl::EmulationGl
/hardware/google/gfxstream/host/
DColorBuffer.cpp74 emulationGl->createColorBuffer(width, height, format, frameworkFormat, handle); in create()
DRenderControl.cpp816 return fb->createColorBuffer(width, height, internalFormat, in rcCreateColorBuffer()
829 return fb->createColorBuffer(width, height, internalFormat, in rcCreateColorBufferDMA()
DFrameBuffer.h200 HandleType createColorBuffer(int p_width, int p_height,
DFrameBuffer.cpp1132 HandleType FrameBuffer::createColorBuffer(int p_width, in createColorBuffer() function in gfxstream::FrameBuffer
/hardware/google/gfxstream/guest/egl/
Degl.cpp900 rcColorBuffer = grallocHelper->createColorBuffer(rcEnc, getWidth(), getHeight(), pixelFormat); in init()