Searched refs:isFormatSupportedForTextureBuffer (Results 1 – 1 of 1) sorted by relevance
168 static inline bool isFormatSupportedForTextureBuffer (const TextureFormat& format) in isFormatSupportedForTextureBuffer() function706 DE_ASSERT(isFormatSupportedForTextureBuffer(format)); in setTextureStorage()3214 if (imageType == TEXTURETYPE_BUFFER && !isFormatSupportedForTextureBuffer(format)) in init()3281 if (imageType == TEXTURETYPE_BUFFER && !isFormatSupportedForTextureBuffer(texFmt)) in init()