Home
last modified time | relevance | path

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

/external/drm_hwcomposer/bufferinfo/legacy/
DBufferInfoImagination.cpp37 if (hnd->iFormat & ~0x10f) { in ConvertBoInfo()
47 bo->hal_format = hnd->iFormat; in ConvertBoInfo()
49 switch (hnd->iFormat) { in ConvertBoInfo()
56 bo->format = ConvertHalFormatToDrm(hnd->iFormat & 0xf); in ConvertBoInfo()
58 ALOGV("Cannot convert hal format to drm format %u", hnd->iFormat); in ConvertBoInfo()
/external/deqp/external/openglcts/modules/common/
DglcTextureFilterAnisotropicTests.cpp478 for (deUint32 iFormat = 0; iFormat < m_supportedInternalFormats.size(); ++iFormat) in iterate() local
480 GLenum format = m_supportedInternalFormats[iFormat]; in iterate()
528 iFormat = static_cast<deUint32>(m_supportedInternalFormats.size()); in iterate()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp2638 XFA_EventError iFormat = XFA_EventError::kNotExist; in ProcessValidate() local
2656 iFormat = ProcessFormatTestValidate(pDocView, validate, bVersionFlag); in ProcessValidate()
2663 if (iFormat != XFA_EventError::kSuccess && hasBoolResult) in ProcessValidate()
2666 XFA_EventErrorAccumulate(&iRet, iFormat); in ProcessValidate()