Lines Matching refs:tex3DHeight
3969 const int tex3DHeight = 29; in init() local
3973 …(m_context, (string(fmtName) + "_3d").c_str(), "", format, tex3DWidth, tex3DHeight, tex3DDepth)); in init()
4063 const int tex3DHeight = 20; in init() local
4066 …e (m_context, (fmtName + "_2d_array").c_str(), "", format, tex3DWidth, tex3DHeight, tex3DDepth, 0,… in init()
4067 …ase (m_context, (fmtName + "_3d").c_str(), "", format, tex3DWidth, tex3DHeight, tex3DDepth, 0,… in init()
4107 const int tex3DHeight = 64; in init() local
4110 …rray").c_str(), "", depthStencilFormats[ndx].internalFormat, tex3DWidth, tex3DHeight, tex3DDepth)); in init()
4122 const int tex3DHeight = 64; in init() local
4125 …rray").c_str(), "", depthStencilFormats[ndx].internalFormat, tex3DWidth, tex3DHeight, tex3DDepth)); in init()
4138 const int tex3DHeight = 64; in init() local
4141 …se(m_context, (string(fmtName) + "_3d").c_str(), "", format, tex3DWidth, tex3DHeight, tex3DDepth)); in init()
4454 const int tex3DHeight = 37; in init() local
4456 int tex3DLevels = maxLevelCount(tex3DWidth, tex3DHeight, tex3DDepth); in init()
4459 …, (string(fmtName) + "_3d").c_str(), "", internalFormat, tex3DWidth, tex3DHeight, tex3DDepth, te… in init()