/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTexture.cpp | 402 gl.texImage2D(getGLCubeFace((tcu::CubeFace)face), levelNdx, m_format, access.getWidth(), access.getHeight(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr()); upload() local 431 gl.compressedTexImage2D(getGLCubeFace((tcu::CubeFace)face), levelNdx, compressedFormat, loadCompressed() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fStencilTexturingTests.cpp | 952 const int levelNdx = 2; iterate() local [all...] |
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 112 inline int getMipLevelSize (int baseLevelSize, int levelNdx) in getMipLevelSize() argument [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureSpecificationTests.cpp | 748 int levelNdx = levels[ndx]; createTexture() local 805 int levelNdx = images[ndx].first; createTexture() local [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureSpecificationTests.cpp | 867 int levelNdx = levels[ndx]; createTexture() local 930 int levelNdx = images[ndx].first; createTexture() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 1903 errorMessage << "Image Level " << levelNdx << " comparison failed"; verifyResult() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 1874 errorMessage << "Image Level " << levelNdx << " comparison failed"; verifyResult() local [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexLookupVerifier.cpp | 1745 static void getCubeLevelFaces (const TextureCubeView& texture, const int levelNdx, ConstPixelBufferAccess (&out)[CUBEFACE_LAST]) in getCubeLevelFaces() argument 2087 getCubeArrayLevelFaces(const TextureCubeArrayView& texture, const int levelNdx, const int layerNdx, ConstPixelBufferAccess (&out)[CUBEFACE_LAST]) getCubeArrayLevelFaces() argument [all...] |
H A D | tcuTexture.hpp | 634 const PixelBufferAccess& getLevel (int levelNdx) { DE_ASSERT(de::inBounds(levelNdx, 0, getNumLevels())); return m_access[(size_t)levelNdx]; } in getLevel() argument [all...] |