Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/
Dhelpers.cpp172 …size_t numPixels, ExplicitType inType, ExplicitType outType, size_t channelNum, GLenum glDataType ) in convert_to_expected() argument
182 if (glDataType == GL_FLOAT_32_UNSIGNED_INT_24_8_REV) { in convert_to_expected()
347 … const cl_float MaxValue = (glDataType == GL_UNSIGNED_INT_24_8) ? 16777215.f : 4294967295.f; in convert_to_expected()
348 const cl_uint ShiftBits = (glDataType == GL_UNSIGNED_INT_24_8) ? 8 : 0; in convert_to_expected()
DtestBase.h49 …_t numPixels, ExplicitType inType, ExplicitType outType, size_t channelNum, GLenum glDataType = 0);