Searched refs:tex3DWidth (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureSpecificationTests.cpp | 4088 const int tex3DWidth = 63; in init() local 4093 basicTexImageGroup->addChild(new BasicTexImage3DCase (m_context, (string(fmtName) + "_3d").c_str(), "", format, tex3DWidth, tex3DHeight, tex3DDepth)); in init() 4182 const int tex3DWidth = 11; in init() local 4186 pboGroup->addChild(new TexImage2DArrayBufferCase (m_context, (fmtName + "_2d_array").c_str(), "", format, tex3DWidth, tex3DHeight, tex3DDepth, 0, 0, 0, 0, 0, 4, 0)); in init() 4187 pboGroup->addChild(new TexImage3DBufferCase (m_context, (fmtName + "_3d").c_str(), "", format, tex3DWidth, tex3DHeight, tex3DDepth, 0, 0, 0, 0, 0, 4, 0)); in init() 4226 const int tex3DWidth = 32; in init() local 4230 shadow3dGroup->addChild(new TexImage2DArrayDepthCase(m_context, (std::string(depthStencilFormats[ndx].name) + "_2d_array").c_str(), "", depthStencilFormats[ndx].internalFormat, tex3DWidth, tex3DHeight, tex3DDepth)); in init() 4241 const int tex3DWidth = 32; in init() local 4245 shadow3dGroup->addChild(new TexImage2DArrayDepthBufferCase(m_context, (std::string(depthStencilFormats[ndx].name) + "_2d_array").c_str(), "", depthStencilFormats[ndx].internalFormat, tex3DWidth, tex3DHeight, tex3DDepth)); in init() 4257 const int tex3DWidth in init() local 4573 const int tex3DWidth = 59; init() local [all...] |
Completed in 9 milliseconds