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