Lines Matching refs:fmtNdx
1542 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(depthStencilFormats); fmtNdx++) in init() local
1548 if (!depthStencilFormats[fmtNdx].stencil) in init()
1551 …R_BIT|GL_STENCIL_BUFFER_BIT, colorType, colorFmt, stencilType, depthStencilFormats[fmtNdx].format); in init()
1603 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(depthStencilFormats); fmtNdx++) in init() local
1607 bool depth = depthStencilFormats[fmtNdx].depth; in init()
1608 bool stencil = depthStencilFormats[fmtNdx].stencil; in init()
1616 …IL_BUFFER_BIT : 0), colorType, colorFmt, objectTypes[typeNdx], depthStencilFormats[fmtNdx].format); in init()
1679 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(depthStencilFormats); fmtNdx++) in init() local
1683 bool depth = depthStencilFormats[fmtNdx].depth; in init()
1684 bool stencil = depthStencilFormats[fmtNdx].stencil; in init()
1692 …IL_BUFFER_BIT : 0), colorType, colorFmt, objectTypes[typeNdx], depthStencilFormats[fmtNdx].format); in init()