Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
DdeDefs.h308 # define DE_UNUSED_ATTR __attribute__((unused)) macro
310 # define DE_UNUSED_ATTR macro
314 #define DE_STATIC_ASSERT(X) typedef char DE_UNIQUE_NAME[(X) ? 1 : -1] DE_UNUSED_ATTR
315 …ASSERT(HEADERTOKEN, X) typedef char DE_HEADER_UNIQUE_NAME(HEADERTOKEN)[(X) ? 1 : -1] DE_UNUSED_ATTR
/external/deqp/framework/common/
DtcuTexture.cpp3755 …::Texture1DArrayView (int numLevels, const ConstPixelBufferAccess* levels, bool es2 DE_UNUSED_ATTR) in Texture1DArrayView() argument
3789 …::Texture2DArrayView (int numLevels, const ConstPixelBufferAccess* levels, bool es2 DE_UNUSED_ATTR) in Texture2DArrayView() argument
3927 …DView::Texture3DView (int numLevels, const ConstPixelBufferAccess* levels, bool es2 DE_UNUSED_ATTR) in Texture3DView() argument
3985 …TextureCubeArrayView (int numLevels, const ConstPixelBufferAccess* levels, bool es2 DE_UNUSED_ATTR) in TextureCubeArrayView() argument
DtcuTexture.hpp545 …exture1DView (int numLevels, const ConstPixelBufferAccess* levels, bool es2 DE_UNUSED_ATTR = false) in Texture1DView() argument