Home
last modified time | relevance | path

Searched defs:levelNdx (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
H A DgluTexture.cpp402 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 Des31fStencilTexturingTests.cpp952 const int levelNdx = 2; iterate() local
[all...]
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp112 inline int getMipLevelSize (int baseLevelSize, int levelNdx) in getMipLevelSize() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp748 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 Des3fTextureSpecificationTests.cpp867 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 DvktImageLoadStoreTests.cpp1903 errorMessage << "Image Level " << levelNdx << " comparison failed"; verifyResult() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreTests.cpp1874 errorMessage << "Image Level " << levelNdx << " comparison failed"; verifyResult() local
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuTexLookupVerifier.cpp1745 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 DtcuTexture.hpp634 const PixelBufferAccess& getLevel (int levelNdx) { DE_ASSERT(de::inBounds(levelNdx, 0, getNumLevels())); return m_access[(size_t)levelNdx]; } in getLevel() argument
[all...]

Completed in 32 milliseconds