Home
last modified time | relevance | path

Searched refs:colorFormat (Results 1 – 25 of 27) sorted by relevance

12

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLutils.h82 FramebufferChannelBits glFormatToChannelBits(GLenum colorFormat,
DGLEScontext.h330 … GLint width, GLint height, GLint colorFormat, GLint depthstencilFormat, GLint multisamples,
335 GLint colorFormat, GLint depthstencilFormat, GLint multisamples,
515 GLint colorFormat, GLint depthstencilFormat,
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLutils.cpp51 FramebufferChannelBits glFormatToChannelBits(GLenum colorFormat, in glFormatToChannelBits() argument
59 switch (colorFormat) { in glFormatToChannelBits()
DGLEScontext.cpp2262 GLint colorFormat, GLint depthstencilFormat, GLint multisamples, in initEmulatedEGLSurface() argument
2266 …dispatcher().glRenderbufferStorageMultisample(GL_RENDERBUFFER, multisamples, colorFormat, width, h… in initEmulatedEGLSurface()
2272 dispatcher().glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, width, height); in initEmulatedEGLSurface()
2288 GLint width, GLint height, GLint colorFormat, GLint depthstencilFormat, GLint multisamples, in initDefaultFBO() argument
2323 m_defaultFBOColorFormat = colorFormat; in initDefaultFBO()
2335 if (colorFormat == GL_RGB565) in initDefaultFBO()
2336 colorFormat = GL_RGB8; in initDefaultFBO()
2342 initEmulatedEGLSurface(width, height, colorFormat, depthstencilFormat, multisamples, in initDefaultFBO()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_encoder.h95 bool dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat);
Domx_swvenc_mpeg4.h165 bool dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat);
Dvideo_encoder_device_v4l2.h343 bool venc_get_supported_color_format(unsigned index, OMX_U32 *colorFormat);
Domx_video_base.h290 virtual bool dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat) = 0;
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_encoder.h94 bool dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat);
Domx_swvenc_mpeg4.h165 bool dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat);
Dvideo_encoder_device_v4l2.h342 bool venc_get_supported_color_format(unsigned index, OMX_U32 *colorFormat);
Domx_video_base.h294 virtual bool dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat) = 0;
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp1059 GLint* colorFormat, GLint* depthStencilFormat) { in sGetPbufferSurfaceGLProperties() argument
1064 assert(colorFormat); in sGetPbufferSurfaceGLProperties()
1080 *colorFormat = GL_RGBA8; in sGetPbufferSurfaceGLProperties()
1082 *colorFormat = GL_RGB8; in sGetPbufferSurfaceGLProperties()
1084 *colorFormat = GL_RGB565; in sGetPbufferSurfaceGLProperties()
1086 *colorFormat = GL_RGBA4; in sGetPbufferSurfaceGLProperties()
1088 *colorFormat = GL_RGB5_A1; in sGetPbufferSurfaceGLProperties()
1196 GLint colorFormat, depthStencilFormat, multisamples; in eglMakeCurrent() local
1203 &colorFormat, &depthStencilFormat); in eglMakeCurrent()
1213 colorFormat, depthStencilFormat, multisamples, in eglMakeCurrent()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.h96 … GLint width, GLint height, GLint colorFormat, GLint depthstencilFormat, GLint multisamples,
DGLESv2Context.cpp115 GLint width, GLint height, GLint colorFormat, GLint depthstencilFormat, GLint multisamples, in initDefaultFBO() argument
120 width, height, colorFormat, depthstencilFormat, multisamples, in initDefaultFBO()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.h57 … GLint width, GLint height, GLint colorFormat, GLint depthstencilFormat, GLint multisamples,
DGLEScmContext.cpp87 GLint width, GLint height, GLint colorFormat, GLint depthstencilFormat, GLint multisamples, in initDefaultFBO() argument
92 width, height, colorFormat, depthstencilFormat, multisamples, in initDefaultFBO()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp2289 bool omx_venc::dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat) { in dev_get_supported_color_format() argument
2290 return handle->venc_get_supported_color_format(index, colorFormat); in dev_get_supported_color_format()
Domx_video_base.cpp1605 OMX_U32 colorFormat = OMX_COLOR_FormatUnused; in get_parameter() local
1606 if(dev_get_supported_color_format(index, &colorFormat)) { in get_parameter()
1609 portFmt->eColorFormat = (OMX_COLOR_FORMATTYPE)colorFormat; in get_parameter()
Domx_swvenc_mpeg4.cpp2575 bool omx_venc::dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat) { in dev_get_supported_color_format() argument
2590 *colorFormat = supportedFormats[index]; in dev_get_supported_color_format()
Dvideo_encoder_device_v4l2.cpp1124 bool venc_dev::venc_get_supported_color_format(unsigned index, OMX_U32 *colorFormat) { in venc_get_supported_color_format() argument
1161 *colorFormat = supportedFormats[index]; in venc_get_supported_color_format()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp2601 bool omx_venc::dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat) { in dev_get_supported_color_format() argument
2602 return handle->venc_get_supported_color_format(index, colorFormat); in dev_get_supported_color_format()
Domx_video_base.cpp1659 OMX_U32 colorFormat = OMX_COLOR_FormatUnused; in get_parameter() local
1660 if(dev_get_supported_color_format(index, &colorFormat)) { in get_parameter()
1663 portFmt->eColorFormat = (OMX_COLOR_FORMATTYPE)colorFormat; in get_parameter()
Domx_swvenc_mpeg4.cpp2644 bool omx_venc::dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat) { in dev_get_supported_color_format() argument
2659 *colorFormat = supportedFormats[index]; in dev_get_supported_color_format()
Dvideo_encoder_device_v4l2.cpp1269 bool venc_dev::venc_get_supported_color_format(unsigned index, OMX_U32 *colorFormat) { in venc_get_supported_color_format() argument
1306 *colorFormat = supportedFormats[index]; in venc_get_supported_color_format()

12