HomeSort by relevance Sort by last modified time
    Searched refs:isDepthType (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl3cTextureSizePromotion.hpp 323 bool isDepthType(TextureInternalFormatDescriptor descriptor);
gl3cTextureSizePromotion.cpp 115 if (isDepthType(s_formats[i]) || isStencilType(s_formats[i]))
121 if ((isDepthType(s_formats[i]) || isStencilType(s_formats[i])) &&
283 if (isDepthType(descriptor)) /* For depth type. */
680 isDepthType(descriptor) || isStencilType(descriptor))
835 if (isFloatType(descriptor) || isDepthType(descriptor) || isStencilType(descriptor))
1041 bool FunctionalTest::isDepthType(TextureInternalFormatDescriptor descriptor)
    [all...]

Completed in 183 milliseconds