Home
last modified time | relevance | path

Searched refs:cubeSize (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fNegativeTextureApiTests.cpp520 …const deInt32 cubeSize = blockPixels.x() * blockPixels.y(); // Divisible by the block size and s… in init()
521 … const size_t blockBytes = getBlockSize(tcuFormat) * cubeSize; // We have a x * y grid of blocks in init()
524 … glCompressedTexImage2D(faceGL, 0, format, cubeSize, cubeSize, 0, (int)blockBytes, &dummyData[0]); in init()
3005 …const deInt32 cubeSize = blockPixels.x() * blockPixels.y(); // Divisible by the block size and … in init()
3019 glTexStorage2D (GL_TEXTURE_CUBE_MAP, 1, format, cubeSize, cubeSize); in init()
Des3fTextureSpecificationTests.cpp4355 const int cubeSize = 57; in init() local
4356 int cubeLevels = maxLevelCount(cubeSize, cubeSize); in init()
4359 …beCase (m_context, (string(fmtName) + "_cube").c_str(), "", internalFormat, cubeSize, cubeLevels)); in init()
4370 const int cubeSize = 57; in init() local
4371 int cubeLevels = maxLevelCount(cubeSize, cubeSize); in init()
4374 …beCase (m_context, (string(fmtName) + "_cube").c_str(), "", internalFormat, cubeSize, cubeLevels)); in init()