Home
last modified time | relevance | path

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

1234

/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 …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.cpp224 m_texture->getRefTexture().allocLevel(0); in generate()
227 m_texture->getRefTexture().allocLevel(1); in generate()
273 m_texture->getRefTexture().allocLevel(0); in generate()
274 m_texture->getRefTexture().allocLevel(1); in generate()
315 m_texture->getRefTexture().allocLevel(0); in generate()
318 m_texture->getRefTexture().allocLevel(1); in generate()
364 m_texture->getRefTexture().allocLevel(0); in generate()
365 m_texture->getRefTexture().allocLevel(1); in generate()
408 m_texture->getRefTexture().allocLevel(0); in generate()
449 m_texture->getRefTexture().allocLevel((tcu::CubeFace)faceIndex, 0); in generate()
/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.cpp174 m_texture->getRefTexture().allocLevel(levelNdx); in init()
537 m_texture->getRefTexture().allocLevel((tcu::CubeFace)faceNdx, levelNdx); in init()
835 m_texture->getRefTexture().allocLevel(0); in iterate()
866 resultTexture.allocLevel(levelNdx); in iterate()
984 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, 0); in iterate()
1019 resultTexture.allocLevel(face, levelNdx); in iterate()
Des2fTextureFilteringTests.cpp186 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
198 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
457 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
472 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
Des2fTextureSizeTests.cpp105 m_texture->getRefTexture().allocLevel(levelNdx); in init()
245 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateVPTests.cpp144 referenceFrame.allocLevel(0); in buildReferenceFrame()
191 referenceFrame.allocLevel(0); in buildReferenceFrame()
323 referenceFrame.allocLevel(0); in iterate()
DvktDynamicStateGeneralTests.cpp110 referenceFrame.allocLevel(0); in iterate()
207 referenceFrame.allocLevel(0); in iterate()
344 referenceFrame.allocLevel(0); in iterate()
DvktDynamicStateDSTests.cpp462 referenceFrame.allocLevel(0); in iterate()
651 depthData.allocLevel(0); in iterate()
715 referenceFrame.allocLevel(0); in iterate()
844 referenceFrame.allocLevel(0); in iterate()
1001 referenceFrame.allocLevel(0); in iterate()
DvktDynamicStateRSTests.cpp425 referenceFrame.allocLevel(0); in iterate()
521 referenceFrame.allocLevel(0); in iterate()
614 referenceFrame.allocLevel(0); in iterate()
/external/deqp/framework/common/
DtcuTexture.hpp638 void allocLevel (int levelNdx, int width, int height, int depth);
664 void allocLevel (int levelNdx);
722 void allocLevel (int levelNdx);
821 void allocLevel (CubeFace face, int levelNdx);
934 void allocLevel (int levelNdx);
991 void allocLevel (int levelNdx);
1095 void allocLevel (int levelNdx);
1167 void allocLevel (int levelNdx);
/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/framework/opengl/
DgluTexture.cpp200 m_refTexture.allocLevel(levelNdx); in loadCompressed()
238 texture->getRefTexture().allocLevel(0); in create()
246 texture->getRefTexture().allocLevel(levelNdx); in create()
424 m_refTexture.allocLevel((tcu::CubeFace)face, levelNdx); in loadCompressed()
628 m_refTexture.allocLevel(levelNdx); in loadCompressed()
753 m_refTexture.allocLevel(levelNdx); in loadCompressed()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawSimpleTest.cpp157 referenceFrame.allocLevel(0); in iterate()
251 referenceFrame.allocLevel(0); in iterate()
DvktDrawIndexedTest.cpp172 referenceFrame.allocLevel(0); in iterate()
279 referenceFrame.allocLevel(0); in iterate()
/external/deqp/modules/gles3/functional/
Des3fTextureShadowTests.cpp241 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
253 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
510 m_gradientTex->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
525 m_gridTex->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
795 m_gradientTex->getRefTexture().allocLevel(levelNdx); in init()
807 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()
Des3fVertexTextureTests.cpp602 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
614 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
919 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
934 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
1248 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
1260 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
1588 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
1600 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
Des3fTextureFilteringTests.cpp204 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
216 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
492 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
507 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
779 m_gradientTex->getRefTexture().allocLevel(levelNdx); in init()
796 m_gridTex->getRefTexture().allocLevel(levelNdx); in init()
1041 m_gradientTex->getRefTexture().allocLevel(levelNdx); in init()
1053 m_gridTex->getRefTexture().allocLevel(levelNdx); in init()
Des3fTextureSizeTests.cpp106 m_texture->getRefTexture().allocLevel(levelNdx); in init()
246 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
Des3fTextureMipmapTests.cpp218 m_texture->getRefTexture().allocLevel(levelNdx); in init()
576 m_texture->getRefTexture().allocLevel((tcu::CubeFace)faceNdx, levelNdx); in init()
865 m_texture->getRefTexture().allocLevel(0); in iterate()
896 resultTexture.allocLevel(levelNdx); in iterate()
1013 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, 0); in iterate()
1048 resultTexture.allocLevel(face, levelNdx); in iterate()
1160 m_texture->getRefTexture().allocLevel(levelNdx); in init()
1477 m_texture->getRefTexture().allocLevel(levelNdx); in init()
1790 m_texture->getRefTexture().allocLevel((tcu::CubeFace)faceNdx, levelNdx); in init()
2100 m_texture->getRefTexture().allocLevel(levelNdx); in init()
/external/deqp/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp156 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
168 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
425 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
440 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
/external/deqp/modules/gles3/accuracy/
Des3aTextureFilteringTests.cpp146 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
158 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
411 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
426 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
/external/deqp/modules/egl/
DteglAndroidUtil.cpp149 ref->allocLevel(0); in createBuffer()

1234