/hardware/google/gfxstream/host/tests/ |
D | FrameBuffer_unittest.cpp | 182 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 …]
|
D | SampleApplication.cpp | 274 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()
|
D | DefaultFramebufferBlit_unittest.cpp | 66 mColorBuffer = mFb->createColorBuffer( in ClearColor()
|
/hardware/google/gfxstream/guest/platform/stub/ |
D | StubVirtGpuDevice.cpp | 51 VirtGpuResourcePtr createColorBuffer(int, int, uint32_t) { return nullptr; } in createColorBuffer() function 53 VirtGpuResourcePtr createColorBuffer(int) { return nullptr; } in createColorBuffer() function
|
D | StubVirtGpu.h | 77 virtual VirtGpuResourcePtr createColorBuffer(int width, int height, uint32_t glFormat); 78 virtual VirtGpuResourcePtr createColorBuffer(int size);
|
/hardware/google/gfxstream/guest/android/ |
D | GrallocGoldfish.h | 23 uint32_t createColorBuffer(void* rcEnc, int width, int height, uint32_t glformat) override;
|
D | GrallocMinigbm.h | 23 uint32_t createColorBuffer(void* rcEnc, int width, int height, uint32_t glformat) override;
|
D | GrallocEmulated.h | 69 uint32_t createColorBuffer(void*, int width, int height, uint32_t glFormat) override;
|
D | GrallocGoldfish.cpp | 24 uint32_t GoldfishGralloc::createColorBuffer(void* rcEnc, int width, int height, uint32_t glformat) { in createColorBuffer() function in gfxstream::GoldfishGralloc
|
D | GrallocMinigbm.cpp | 115 uint32_t MinigbmGralloc::createColorBuffer(void*, int width, int height, uint32_t glformat) { in createColorBuffer() function in gfxstream::MinigbmGralloc
|
D | GrallocEmulated.cpp | 213 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/ |
D | Gralloc.h | 61 virtual uint32_t createColorBuffer(void* rcEnc, int width, int height, uint32_t glformat) = 0;
|
/hardware/google/gfxstream/host/gl/ |
D | EmulationGl.h | 108 std::unique_ptr<ColorBufferGl> createColorBuffer(uint32_t width, uint32_t height,
|
D | EmulationGl.cpp | 631 std::unique_ptr<ColorBufferGl> EmulationGl::createColorBuffer(uint32_t width, uint32_t height, in createColorBuffer() function in gfxstream::gl::EmulationGl
|
/hardware/google/gfxstream/host/ |
D | ColorBuffer.cpp | 74 emulationGl->createColorBuffer(width, height, format, frameworkFormat, handle); in create()
|
D | RenderControl.cpp | 816 return fb->createColorBuffer(width, height, internalFormat, in rcCreateColorBuffer() 829 return fb->createColorBuffer(width, height, internalFormat, in rcCreateColorBufferDMA()
|
D | FrameBuffer.h | 200 HandleType createColorBuffer(int p_width, int p_height,
|
D | FrameBuffer.cpp | 1132 HandleType FrameBuffer::createColorBuffer(int p_width, in createColorBuffer() function in gfxstream::FrameBuffer
|
/hardware/google/gfxstream/guest/egl/ |
D | egl.cpp | 900 rcColorBuffer = grallocHelper->createColorBuffer(rcEnc, getWidth(), getHeight(), pixelFormat); in init()
|