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

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 59 case TextureFormat::UNSIGNED_INT16:
102 case TextureFormat::UNSIGNED_INT16: type = GL_UNSIGNED_SHORT; break;
155 case FMT_CASE(RGBA, UNSIGNED_INT16): return GL_RGBA16UI;
173 case FMT_CASE(RGB, UNSIGNED_INT16): return GL_RGB16UI;
188 case FMT_CASE(RG, UNSIGNED_INT16): return GL_RG16UI;
201 case FMT_CASE(R, UNSIGNED_INT16): return GL_R16UI;
286 case GL_UNSIGNED_SHORT: return normalized ? TextureFormat::UNORM_INT16 : TextureFormat::UNSIGNED_INT16;
368 case GL_RGBA16UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT16);
386 case GL_RGB16UI: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT16);
401 case GL_RG16UI: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT16);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 95 case TextureFormat::UNSIGNED_INT16: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER;
223 case TextureFormat::UNSIGNED_INT16: cMin = 0.0f; cMax = 65535.0f; break;
313 case TextureFormat::UNSIGNED_INT16: return IVec4(16);
379 case TextureFormat::UNSIGNED_INT16:
    [all...]
tcuTexture.cpp 225 case TextureFormat::UNSIGNED_INT16: return 2;
275 case TextureFormat::UNSIGNED_INT16: return (float)*((const deUint16*)value);
299 case TextureFormat::UNSIGNED_INT16: return (int)*((const deUint16*)value);
323 case TextureFormat::UNSIGNED_INT16: *((deUint16*)dst) = convertSatRte<deUint16> (src); break;
358 case TextureFormat::UNSIGNED_INT16: *((deUint16*)dst) = convertSat<deUint16> ((deUint32)src); break;
512 case UNSIGNED_INT16: channelSize = 2; break;
    [all...]
tcuTexture.hpp 88 UNSIGNED_INT16,
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 108 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16);
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 108 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16);
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 137 type == TextureFormat::UNSIGNED_INT16 ||
187 format.type == TextureFormat::UNSIGNED_INT16 ||
215 case TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break;
    [all...]
es31fTextureGatherTests.cpp 129 type == tcu::TextureFormat::UNSIGNED_INT16 ||
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 213 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16);
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 75 case TextureFormat::UNSIGNED_INT16:
101 case TextureFormat::UNSIGNED_INT16:
    [all...]

Completed in 293 milliseconds