Home
last modified time | relevance | path

Searched refs:frameworkFormat (Results 1 – 20 of 20) sorted by relevance

/hardware/google/gfxstream/host/
DColorBuffer.cpp45 FrameworkFormat frameworkFormat) in ColorBuffer() argument
50 mFrameworkFormat(frameworkFormat) {} in ColorBuffer()
56 FrameworkFormat frameworkFormat, HandleType handle, in create() argument
59 new ColorBuffer(handle, width, height, format, frameworkFormat)); in create()
71 assert(frameworkFormat == colorBuffer->mColorBufferGl->getFrameworkFormat()); in create()
74 emulationGl->createColorBuffer(width, height, format, frameworkFormat, handle); in create()
90 handle, width, height, format, frameworkFormat, vulkanOnly, memoryProperty, stream); in create()
107 !b271028352Workaround && shouldAttemptExternalMemorySharing(frameworkFormat)) { in create()
133 const auto frameworkFormat = static_cast<FrameworkFormat>(stream->getBe32()); in onLoad() local
136 emulationGl, emulationVk, width, height, format, frameworkFormat, handle, stream); in onLoad()
[all …]
DColorBuffer.h53 FrameworkFormat frameworkFormat, HandleType handle,
77 bool updateFromBytes(int x, int y, int width, int height, FrameworkFormat frameworkFormat,
106 void glOpSwapYuvTexturesAndUpdate(GLenum format, GLenum type, FrameworkFormat frameworkFormat,
116 FrameworkFormat frameworkFormat);
DRenderControl.cpp822 int frameworkFormat) in rcCreateColorBufferDMA() argument
830 (FrameworkFormat)frameworkFormat); in rcCreateColorBufferDMA()
DFrameBuffer.h306 FrameworkFormat* frameworkFormat = nullptr);
DFrameBuffer.cpp1673 FrameworkFormat* frameworkFormat) { in getColorBufferInfo() argument
1686 if (frameworkFormat) { in getColorBufferInfo()
1687 *frameworkFormat = colorBuffer->getFrameworkFormat(); in getColorBufferInfo()
/hardware/google/gfxstream/host/vulkan/
DColorBufferVk.cpp25 FrameworkFormat frameworkFormat, in create() argument
28 if (!createVkColorBuffer(width, height, format, frameworkFormat, handle, vulkanOnly, in create()
DColorBufferVk.h29 GLenum format, FrameworkFormat frameworkFormat,
DVkCommonOperations.h319 int frameworkFormat; member
479 FrameworkFormat frameworkFormat, uint32_t colorBufferHandle,
DVkCommonOperations.cpp1983 bool glCompatible = (infoPtr->frameworkFormat == FRAMEWORK_FORMAT_GL_COMPATIBLE); in initializeVkColorBufferLocked()
1984 switch (infoPtr->frameworkFormat) { in initializeVkColorBufferLocked()
1999 VK_COMMON_ERROR("WARNING: unhandled framework format %d\n", infoPtr->frameworkFormat); in initializeVkColorBufferLocked()
2191 FrameworkFormat frameworkFormat, uint32_t colorBufferHandle, in createVkColorBufferLocked() argument
2206 res.frameworkFormat = frameworkFormat; in createVkColorBufferLocked()
2218 FrameworkFormat frameworkFormat, uint32_t colorBufferHandle, in createVkColorBuffer() argument
2225 if (!createVkColorBufferLocked(width, height, internalFormat, frameworkFormat, in createVkColorBuffer()
2261 if (info->frameworkFormat != FRAMEWORK_FORMAT_GL_COMPATIBLE) { in exportColorBufferMemory()
2354 if (colorBufferInfo.frameworkFormat != FrameworkFormat::FRAMEWORK_FORMAT_GL_COMPATIBLE) { in colorBufferNeedsUpdateBetweenGlAndVk()
/hardware/google/gchips/libvendorgraphicbuffer/include/
DVendorGraphicBuffer.h106 int frameworkFormat = 0; variable
/hardware/google/gchips/libvendorgraphicbuffer/gralloc5/
Dvendor_graphicbuffer_meta.cpp218 GRALLOC_META_GETTER(uint64_t, frameworkFormat, req_format);
372 frameworkFormat = gralloc_hnd->req_format; in init()
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
Dvendor_graphicbuffer_meta.cpp181 GRALLOC_META_GETTER(uint64_t, frameworkFormat, req_format);
362 frameworkFormat = gralloc_hnd->req_format; in init()
/hardware/google/gfxstream/host/gl/
DEmulationGl.h110 FrameworkFormat frameworkFormat,
DColorBufferGl.h95 FrameworkFormat frameworkFormat, HandleType handle,
DEmulationGl.cpp633 FrameworkFormat frameworkFormat, in createColorBuffer() argument
635 return ColorBufferGl::create(mEglDisplay, width, height, internalFormat, frameworkFormat, in createColorBuffer()
DColorBufferGl.cpp966 FrameworkFormat frameworkFormat = in onLoad() local
973 return create(p_display, width, height, internalFormat, frameworkFormat, in onLoad()
982 cb->m_frameworkFormat = frameworkFormat; in onLoad()
/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_entry.cpp43 …cCreateColorBufferDMA(uint32_t width, uint32_t height, GLenum internalFormat, int frameworkFormat);
296 …rcCreateColorBufferDMA(uint32_t width, uint32_t height, GLenum internalFormat, int frameworkFormat) in rcCreateColorBufferDMA() argument
299 return ctx->rcCreateColorBufferDMA(ctx, width, height, internalFormat, frameworkFormat); in rcCreateColorBufferDMA()
DrenderControl_enc.cpp1405 …erDMA_enc(void *self , uint32_t width, uint32_t height, GLenum internalFormat, int frameworkFormat) in rcCreateColorBufferDMA_enc() argument
1407 …%08x, internalFormat:0x%08x, frameworkFormat:%d)", width, height, internalFormat, frameworkFormat); in rcCreateColorBufferDMA_enc()
1428 memcpy(ptr, &frameworkFormat, 4); ptr += 4; in rcCreateColorBufferDMA_enc()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.in36 …cCreateColorBufferDMA, uint32_t width, uint32_t height, GLenum internalFormat, int frameworkFormat)
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp3482 gmeta.offset1, gmeta.offset2, gmeta.format, gmeta.frameworkFormat); in dumpBuffer()