Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp369 static inline tcu::Texture2D *newOneLevelTexture2D(const tcu::TextureFormat &format, int w, int h) in newOneLevelTexture2D() function
751 … , m_tex2D(type == TEXTURETYPE_2D ? SharedPtr<tcu::Texture2D>(newOneLevelTexture2D(format, w, h)) : in LayeredImage()