/device/generic/vulkan-cereal/stream-servers/tests/ |
D | FrameBuffer_unittest.cpp | 176 mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, FRAMEWORK_FORMAT_GL_COMPATIBLE); in TEST_F() 184 mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, FRAMEWORK_FORMAT_GL_COMPATIBLE); in TEST_F() 192 mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, FRAMEWORK_FORMAT_GL_COMPATIBLE); in TEST_F() 202 mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, FRAMEWORK_FORMAT_GL_COMPATIBLE); in TEST_F() 218 HandleType handle = mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, in TEST_F() 245 HandleType handle = mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, in TEST_F() 275 HandleType handle_nv12 = mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, in TEST_F() 299 HandleType handle_yuv420 = mFb->createColorBuffer( in TEST_F() 327 HandleType handle = mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, in TEST_F() 358 mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, FRAMEWORK_FORMAT_GL_COMPATIBLE); in TEST_F() [all …]
|
D | SampleApplication.cpp | 267 mColorBuffer = mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, FRAMEWORK_FORMAT_GL_COMPATIBLE); in SampleApplication() 275 mTargetCb = mFb->createColorBuffer(mFb->getWidth(), in SampleApplication() 469 …sfColorBuffers.push_back(mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, FRAMEWORK_FORMAT_GL_COMP… in surfaceFlingerComposerLoop() 470 …hwcColorBuffers.push_back(mFb->createColorBuffer(mWidth, mHeight, GL_RGBA, FRAMEWORK_FORMAT_GL_COM… in surfaceFlingerComposerLoop()
|
D | Vulkan_unittest.cpp | 507 HandleType colorBuffer = mFb->createColorBuffer( in TEST_F() 577 HandleType colorBuffer = mFb->createColorBuffer( in TEST_F()
|
D | DefaultFramebufferBlit_unittest.cpp | 56 mColorBuffer = mFb->createColorBuffer( in ClearColor()
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | HostConnection.cpp | 160 virtual uint32_t createColorBuffer( in createColorBuffer() function in GoldfishGralloc 191 virtual uint32_t createColorBuffer( in createColorBuffer() function in MinigbmGralloc 347 virtual uint32_t createColorBuffer( in createColorBuffer() function in MinigbmGralloc
|
D | HostConnection.h | 141 virtual uint32_t createColorBuffer(
|
/device/generic/vulkan-cereal/stream-servers/ |
D | RenderControl.cpp | 845 return fb->createColorBuffer(width, height, internalFormat, in rcCreateColorBuffer() 858 return fb->createColorBuffer(width, height, internalFormat, in rcCreateColorBufferDMA()
|
D | FrameBuffer.h | 221 HandleType createColorBuffer(int p_width, int p_height,
|
D | FrameBuffer.cpp | 1462 HandleType FrameBuffer::createColorBuffer(int p_width, in createColorBuffer() function in FrameBuffer
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 902 rcColorBuffer = grallocHelper->createColorBuffer(rcEnc, getWidth(), getHeight(), pixelFormat); in init()
|