Home
last modified time | relevance | path

Searched refs:iFormat (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTextureFilterAnisotropicTests.cpp476 for (deUint32 iFormat = 0; iFormat < m_supportedInternalFormats.size(); ++iFormat) in iterate() local
478 GLenum format = m_supportedInternalFormats[iFormat]; in iterate()
526 iFormat = static_cast<deUint32>(m_supportedInternalFormats.size()); in iterate()
/third_party/openh264/codec/api/svc/
Dcodec_def.h190 int iFormat; ///< type is "EVideoFormatType" member
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp214 pDstInfo->UsrData.sSystemBuffer.iFormat = videoFormatI420; in DecodeFrameConstruction()