• Home
  • Raw
  • Download

Lines Matching refs:depthStencilFormats

3458 	} depthStencilFormats[] =  in init()  local
3662 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(depthStencilFormats); ndx++) in init()
3667 …oup->addChild(new TexImage2DDepthCase(m_context, depthStencilFormats[ndx].name, "", depthStencilFo… in init()
3676 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(depthStencilFormats); ndx++) in init()
3681 …ddChild(new TexImage2DDepthBufferCase(m_context, depthStencilFormats[ndx].name, "", depthStencilFo… in init()
3912 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(depthStencilFormats); ndx++) in init()
3917 …->addChild(new TexSubImage2DDepthCase(m_context, depthStencilFormats[ndx].name, "", depthStencilFo… in init()
4104 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(depthStencilFormats); ndx++) in init()
4110 …rayDepthCase(m_context, (std::string(depthStencilFormats[ndx].name) + "_2d_array").c_str(), "", de… in init()
4119 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(depthStencilFormats); ndx++) in init()
4125 …thBufferCase(m_context, (std::string(depthStencilFormats[ndx].name) + "_2d_array").c_str(), "", de… in init()
4328 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(depthStencilFormats); ndx++) in init()
4334 …rayDepthCase(m_context, (std::string(depthStencilFormats[ndx].name) + "_2d_array").c_str(), "", de… in init()
4363 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(depthStencilFormats); formatNdx++) in init()
4365 const char* fmtName = depthStencilFormats[formatNdx].name; in init()
4366 deUint32 internalFormat = depthStencilFormats[formatNdx].internalFormat; in init()
4463 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(depthStencilFormats); formatNdx++) in init()
4465 const char* fmtName = depthStencilFormats[formatNdx].name; in init()
4466 deUint32 internalFormat = depthStencilFormats[formatNdx].internalFormat; in init()