Searched refs:tex3DHeight (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 3970 const int tex3DHeight = 29; in init() local 3974 …(m_context, (string(fmtName) + "_3d").c_str(), "", format, tex3DWidth, tex3DHeight, tex3DDepth)); in init() 4064 const int tex3DHeight = 20; in init() local 4067 …e (m_context, (fmtName + "_2d_array").c_str(), "", format, tex3DWidth, tex3DHeight, tex3DDepth, 0,… in init() 4068 …ase (m_context, (fmtName + "_3d").c_str(), "", format, tex3DWidth, tex3DHeight, tex3DDepth, 0,… in init() 4108 const int tex3DHeight = 64; in init() local 4111 …rray").c_str(), "", depthStencilFormats[ndx].internalFormat, tex3DWidth, tex3DHeight, tex3DDepth)); in init() 4123 const int tex3DHeight = 64; in init() local 4126 …rray").c_str(), "", depthStencilFormats[ndx].internalFormat, tex3DWidth, tex3DHeight, tex3DDepth)); in init() 4139 const int tex3DHeight = 64; in init() local [all …]
|