Searched refs:tex2DHeight (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureSpecificationTests.cpp | 3594 const int tex2DHeight = 128; in init() local 3597 basicTexImageGroup->addChild(new BasicTexImage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, tex2DWidth, tex2DHeight)); in init() 3745 const int tex2DHeight = 37; in init() local 3748 pboGroup->addChild(new TexImage2DBufferCase (m_context, (fmtName + "_2d").c_str(), "", format, tex2DWidth, tex2DHeight, 0, 0, 0, 4, 0)); in init() 3782 const int tex2DHeight = 128; in init() local 3784 shadow2dGroup->addChild(new TexImage2DDepthCase(m_context, depthStencilFormats[ndx].name, "", depthStencilFormats[ndx].internalFormat, tex2DWidth, tex2DHeight)); in init() 3796 const int tex2DHeight = 128; in init() local 3798 shadow2dGroup->addChild(new TexImage2DDepthBufferCase(m_context, depthStencilFormats[ndx].name, "", depthStencilFormats[ndx].internalFormat, tex2DWidth, tex2DHeight)); in init() 3811 const int tex2DHeight = 128; in init() local 3814 basicTexSubImageGroup->addChild(new BasicTexSubImage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, tex2DWidth, tex2DHeight)); in init() 3829 const int tex2DHeight = 32; init() local 4035 const int tex2DHeight = 32; init() local 4473 const int tex2DHeight = 97; init() local 4488 const int tex2DHeight = 97; init() local [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureSpecificationTests.cpp | 1613 const int tex2DHeight = 128; in init() local 1616 basicTexImageGroup->addChild(new BasicTexImage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, dataType, MIPMAPS, tex2DWidth, tex2DHeight)); in init() 1700 const int tex2DHeight = 128; in init() local 1703 basicTexSubImageGroup->addChild(new BasicTexSubImage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, dataType, MIPMAPS, tex2DWidth, tex2DHeight)); in init() 1718 const int tex2DHeight = 32; in init() local 1721 texSubImageEmptyTexGroup->addChild(new TexSubImage2DEmptyTexCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, dataType, MIPMAPS, tex2DWidth, tex2DHeight)); in init()
|
/third_party/vk-gl-cts/modules/gles2/accuracy/ |
H A D | es2aTextureMipmapTests.cpp | 692 const int tex2DHeight = 64; in init() local 715 tex2DWidth, tex2DHeight)); in init()
|
/third_party/vk-gl-cts/modules/gles3/accuracy/ |
H A D | es3aTextureMipmapTests.cpp | 680 const int tex2DHeight = 64; in init() local 703 tex2DWidth, tex2DHeight)); in init()
|
Completed in 15 milliseconds