Searched defs:tex2DWidth (Results 1 - 4 of 4) sorted by relevance
/external/deqp/modules/gles2/accuracy/ |
H A D | es2aTextureMipmapTests.cpp | 691 const int tex2DWidth = 64; local 715 tex2DWidth, tex2DHeight));
|
/external/deqp/modules/gles3/accuracy/ |
H A D | es3aTextureMipmapTests.cpp | 679 const int tex2DWidth = 64; local 703 tex2DWidth, tex2DHeight));
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fTextureSpecificationTests.cpp | 1561 const int tex2DWidth = 64; local 1565 basicTexImageGroup->addChild(new BasicTexImage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, dataType, MIPMAPS, tex2DWidth, tex2DHeight)); 1648 const int tex2DWidth = 64; local 1652 basicTexSubImageGroup->addChild(new BasicTexSubImage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, dataType, MIPMAPS, tex2DWidth, tex2DHeight)); 1666 const int tex2DWidth = 64; local 1670 texSubImageEmptyTexGroup->addChild(new TexSubImage2DEmptyTexCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, dataType, MIPMAPS, tex2DWidth, tex2DHeight));
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fTextureSpecificationTests.cpp | 3476 const int tex2DWidth = 64; local 3480 basicTexImageGroup->addChild(new BasicTexImage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, tex2DWidth, tex2DHeight)); 3627 const int tex2DWidth = 65; local 3631 pboGroup->addChild(new TexImage2DBufferCase (m_context, (fmtName + "_2d").c_str(), "", format, tex2DWidth, tex2DHeight, 0, 0, 0, 4, 0)); 3664 const int tex2DWidth = 64; local 3667 shadow2dGroup->addChild(new TexImage2DDepthCase(m_context, depthStencilFormats[ndx].name, "", depthStencilFormats[ndx].internalFormat, tex2DWidth, tex2DHeight)); 3678 const int tex2DWidth = 64; local 3681 shadow2dGroup->addChild(new TexImage2DDepthBufferCase(m_context, depthStencilFormats[ndx].name, "", depthStencilFormats[ndx].internalFormat, tex2DWidth, tex2DHeight)); 3693 const int tex2DWidth = 64; local 3697 basicTexSubImageGroup->addChild(new BasicTexSubImage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, tex2DWidth, tex2DHeigh 3711 const int tex2DWidth = 64; local 3914 const int tex2DWidth = 64; local 4352 const int tex2DWidth = 117; local 4367 const int tex2DWidth = 117; local [all...] |
Completed in 193 milliseconds