Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp2256 bool isInternalFormatCompatibleWithType(GLenum type, GLenum internalformat);
2398 bool ConversionDatabase::isInternalFormatCompatibleWithType(GLenum type, GLenum internalformat) in isInternalFormatCompatibleWithType() function in es3cts::ConversionDatabase
4816 is_dst_internalformat_valid = isInternalFormatCompatibleWithType(dst_type, dst_internalformat); in addEntryToConversionDatabase()