Home
last modified time | relevance | path

Searched refs:allocLevel (Results 1 – 25 of 50) sorted by relevance

12

/external/deqp/modules/glshared/
DglsSamplerObjectTest.cpp384 refTexture.allocLevel(0); in createTexture2D()
410 refTexture.allocLevel(0); in createTexture3D()
436 refTexture.allocLevel(tcu::CUBEFACE_POSITIVE_X, 0); in createTextureCube()
437 refTexture.allocLevel(tcu::CUBEFACE_POSITIVE_Y, 0); in createTextureCube()
438 refTexture.allocLevel(tcu::CUBEFACE_POSITIVE_Z, 0); in createTextureCube()
439 refTexture.allocLevel(tcu::CUBEFACE_NEGATIVE_X, 0); in createTextureCube()
440 refTexture.allocLevel(tcu::CUBEFACE_NEGATIVE_Y, 0); in createTextureCube()
441 refTexture.allocLevel(tcu::CUBEFACE_NEGATIVE_Z, 0); in createTextureCube()
881 refTexture.allocLevel(0); in createTexture2D()
920 refTexture.allocLevel(0); in createTexture3D()
[all …]
DglsRandomShaderCase.cpp300 m_tex2D->getRefTexture().allocLevel(0); in getTex2D()
336 m_texCube->getRefTexture().allocLevel((tcu::CubeFace)face, 0); in getTexCube()
/external/deqp/modules/gles2/functional/
Des2fReadPixelsTests.cpp185 reference.allocLevel(0); in iterate()
227 referenceRGBA8.allocLevel(0); in iterate()
228 resultRGBA8.allocLevel(0); in iterate()
Des2fTextureMipmapTests.cpp173 m_texture->getRefTexture().allocLevel(levelNdx); in init()
536 m_texture->getRefTexture().allocLevel((tcu::CubeFace)faceNdx, levelNdx); in init()
825 m_texture->getRefTexture().allocLevel(0); in iterate()
856 resultTexture.allocLevel(levelNdx); in iterate()
974 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, 0); in iterate()
1009 resultTexture.allocLevel(face, levelNdx); in iterate()
Des2fTextureSizeTests.cpp104 m_texture->getRefTexture().allocLevel(levelNdx); in init()
239 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
Des2fTextureFilteringTests.cpp185 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
197 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
456 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
471 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
Des2fVertexTextureTests.cpp499 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
511 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
813 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
828 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
/external/deqp/framework/common/
DtcuTexture.hpp599 void allocLevel (int levelNdx, int width, int height, int depth);
625 void allocLevel (int levelNdx);
670 void allocLevel (int levelNdx);
769 void allocLevel (CubeFace face, int levelNdx);
882 void allocLevel (int levelNdx);
939 void allocLevel (int levelNdx);
1043 void allocLevel (int levelNdx);
1115 void allocLevel (int levelNdx);
DtcuTexture.cpp2711 void TextureLevelPyramid::allocLevel (int levelNdx, int width, int height, int depth) in allocLevel() function in tcu::TextureLevelPyramid
2762 void Texture1D::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture1D
2768 TextureLevelPyramid::allocLevel(levelNdx, width, 1, 1); in allocLevel()
2807 void Texture2D::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture2D
2814 TextureLevelPyramid::allocLevel(levelNdx, width, height, 1); in allocLevel()
2947 allocLevel((CubeFace)face, levelNdx); in TextureCube()
2983 allocLevel((CubeFace)face, levelNdx); in operator =()
2997 void TextureCube::allocLevel (tcu::CubeFace face, int levelNdx) in allocLevel() function in tcu::TextureCube
3128 void Texture1DArray::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture1DArray
3134 TextureLevelPyramid::allocLevel(levelNdx, width, m_numLayers, 1); in allocLevel()
[all …]
/external/deqp/framework/opengl/
DgluTexture.cpp200 m_refTexture.allocLevel(levelNdx); in loadCompressed()
238 texture->getRefTexture().allocLevel(0); in create()
246 texture->getRefTexture().allocLevel(levelNdx); in create()
390 m_refTexture.allocLevel((tcu::CubeFace)face, levelNdx); in loadCompressed()
594 m_refTexture.allocLevel(levelNdx); in loadCompressed()
719 m_refTexture.allocLevel(levelNdx); in loadCompressed()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp128 …void allocLevel (int level, const tcu::TextureFormat& format, int width, int height, int …
153 void allocLevel (int level, const tcu::TextureFormat& format, int width);
179 void allocLevel (int level, const tcu::TextureFormat& format, int width, int height);
230 …void allocLevel (int level, const tcu::TextureFormat& format, int width, int height, int n…
256 …void allocLevel (int level, const tcu::TextureFormat& format, int width, int height, int n…
282 …void allocLevel (int level, const tcu::TextureFormat& format, int width, int height, int …
DsglrReferenceContext.cpp393 …m_emptyTex1D.allocLevel(0, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_… in ReferenceContext()
401 …m_emptyTex2D.allocLevel(0, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_… in ReferenceContext()
420 …m_emptyTex2DArray.allocLevel(0, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::U… in ReferenceContext()
429 …m_emptyTex3D.allocLevel(0, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_… in ReferenceContext()
437 …m_emptyTexCubeArray.allocLevel(0, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat:… in ReferenceContext()
1059 texture->allocLevel(level, storageFmt, width); in texImage3D()
1095 texture->allocLevel(level, storageFmt, width, height); in texImage3D()
1176 texture->allocLevel(level, storageFmt, width, height, depth); in texImage3D()
1215 texture->allocLevel(level, storageFmt, width, height, depth); in texImage3D()
1255 texture->allocLevel(level, storageFmt, width, height, depth); in texImage3D()
[all …]
/external/deqp/modules/gles3/functional/
Des3fTextureShadowTests.cpp239 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
251 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
508 m_gradientTex->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
523 m_gridTex->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
793 m_gradientTex->getRefTexture().allocLevel(levelNdx); in init()
805 m_gridTex->getRefTexture().allocLevel(levelNdx); in init()
Des3fReadPixelsTests.cpp336 reference.allocLevel(0); in iterate()
372 referenceRGBA8.allocLevel(0); in iterate()
373 resultRGBA8.allocLevel(0); in iterate()
Des3fTextureSizeTests.cpp104 m_texture->getRefTexture().allocLevel(levelNdx); in init()
239 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
Des3fTextureFilteringTests.cpp185 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
197 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
471 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
486 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
756 m_gradientTex->getRefTexture().allocLevel(levelNdx); in init()
773 m_gridTex->getRefTexture().allocLevel(levelNdx); in init()
1016 m_gradientTex->getRefTexture().allocLevel(levelNdx); in init()
1028 m_gridTex->getRefTexture().allocLevel(levelNdx); in init()
Des3fVertexTextureTests.cpp600 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
612 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
917 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
932 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
1246 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
1258 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
1586 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
1598 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
Des3fTextureMipmapTests.cpp217 m_texture->getRefTexture().allocLevel(levelNdx); in init()
575 m_texture->getRefTexture().allocLevel((tcu::CubeFace)faceNdx, levelNdx); in init()
864 m_texture->getRefTexture().allocLevel(0); in iterate()
895 resultTexture.allocLevel(levelNdx); in iterate()
1012 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, 0); in iterate()
1047 resultTexture.allocLevel(face, levelNdx); in iterate()
1159 m_texture->getRefTexture().allocLevel(levelNdx); in init()
1476 m_texture->getRefTexture().allocLevel(levelNdx); in init()
1789 m_texture->getRefTexture().allocLevel((tcu::CubeFace)faceNdx, levelNdx); in init()
2099 m_texture->getRefTexture().allocLevel(levelNdx); in init()
/external/deqp/modules/egl/
DteglAndroidUtil.cpp131 ref->allocLevel(0); in createBuffer()
DteglImageUtil.cpp224 ref->allocLevel(0); in createBuffer()
456 ref->allocLevel(0); in createBuffer()
/external/deqp/modules/gles3/accuracy/
Des3aTextureFilteringTests.cpp145 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
157 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
410 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
425 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
/external/deqp/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp154 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
166 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
423 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
438 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
/external/deqp/modules/gles2/performance/
Des2pTextureCases.cpp174 texture->getRefTexture().allocLevel(levelNdx); in init()
/external/deqp/modules/gles31/functional/
Des31fTextureFilteringTests.cpp226 m_gradientTex->getRefTexture().allocLevel(levelNdx); in init()
243 m_gridTex->getRefTexture().allocLevel(levelNdx); in init()
/external/deqp/modules/gles3/performance/
Des3pTextureCases.cpp201 texture->getRefTexture().allocLevel(levelNdx); in init()

12