Home
last modified time | relevance | path

Searched defs:TextureCubeView (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexture.cpp4399 TextureCubeView::TextureCubeView(void) : m_numLevels(0), m_es2(false), m_minLodParams(DE_NULL) in TextureCubeView() function in tcu::TextureCubeView
4405 TextureCubeView::TextureCubeView(int numLevels, const ConstPixelBufferAccess *const (&levels)[CUBEF… in TextureCubeView() function in tcu::TextureCubeView
H A DtcuTexture.hpp902 class TextureCubeView class