Home
last modified time | relevance | path

Searched refs:getFaceLevels (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuTexture.hpp813 const ConstPixelBufferAccess* getFaceLevels (CubeFace face) const { return m_levels[face]; } in getFaceLevels() function in tcu::TextureCubeView
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp431 levels[face] = view.getFaceLevels((tcu::CubeFace)face) + level; in getOneLevelSubView()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp462 levels[face] = view.getFaceLevels((tcu::CubeFace)face) + level; in getOneLevelSubView()
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp127 levels[face] = view.getFaceLevels((tcu::CubeFace)face) + clampedBase; in getSubView()