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

  /external/deqp/framework/common/
tcuTextureUtil.cpp 83 case TextureFormat::UNORM_SHORT_555: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
305 case TextureFormat::UNORM_SHORT_555: return IVec4(5,5,5,0);
371 case TextureFormat::UNORM_SHORT_555:
    [all...]
tcuTexture.cpp 444 type == UNORM_SHORT_555 ||
614 case TextureFormat::UNORM_SHORT_555: return Vec4(NB16(10, 5), NB16( 5, 5), NB16( 0, 5), 1.0f);
695 case TextureFormat::UNORM_SHORT_555: return UVec4(U16(10, 5), U16( 5, 5), U16( 0, 5), 1).cast<int>();
876 case TextureFormat::UNORM_SHORT_555: *((deUint16*)pixelPtr) = (deUint16)(PN(color[0], 10, 5) | PN(color[1], 5, 5) | PN(color[2], 0, 5)); break;
    [all...]
tcuTexture.hpp 75 UNORM_SHORT_555,
    [all...]

Completed in 598 milliseconds