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

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 94 case TextureFormat::UNORM_INT16: type = GL_UNSIGNED_SHORT; break;
145 case FMT_CASE(D, UNORM_INT16): return GL_DEPTH_COMPONENT16;
151 case FMT_CASE(RGBA, UNORM_INT16): return GL_RGBA16;
169 case FMT_CASE(RGB, UNORM_INT16): return GL_RGB16;
184 case FMT_CASE(RG, UNORM_INT16): return GL_RG16;
197 case FMT_CASE(R, UNORM_INT16): return GL_R16;
286 case GL_UNSIGNED_SHORT: return normalized ? TextureFormat::UNORM_INT16 : TextureFormat::UNSIGNED_INT16;
358 case GL_DEPTH_COMPONENT16: return TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT16);
364 case GL_RGBA16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT16);
382 case GL_RGB16: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT16);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 81 case TextureFormat::UNORM_INT16: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
212 case TextureFormat::UNORM_INT16:
301 case TextureFormat::UNORM_INT16: return IVec4(16);
367 case TextureFormat::UNORM_INT16:
853 case TextureFormat::UNORM_INT16:
    [all...]
tcuTexture.cpp 219 case TextureFormat::UNORM_INT16: return 2;
269 case TextureFormat::UNORM_INT16: return (float)*((const deUint16*)value) / 65535.0f;
293 case TextureFormat::UNORM_INT16: return (int)*((const deUint16*)value);
317 case TextureFormat::UNORM_INT16: *((deUint16*)dst) = convertSatRte<deUint16> (src * 65535.0f); break;
353 case TextureFormat::UNORM_INT16: *((deUint16*)dst) = convertSat<deUint16> (src); break;
506 case UNORM_INT16: channelSize = 2; break;
    [all...]
tcuTexture.hpp 72 UNORM_INT16,
    [all...]
tcuCompressedTexture.cpp 270 case EAC_R11: return TextureFormat(TextureFormat::R, TextureFormat::UNORM_INT16);
272 case EAC_RG11: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_INT16);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 95 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16);
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 95 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16);
  /external/deqp/modules/egl/
teglRenderTests.cpp 329 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16);
    [all...]
teglImageFormatTests.cpp 601 ref = tcu::Texture2D(tcu::TextureFormat(tcu::TextureFormat::I, tcu::TextureFormat::UNORM_INT16), 64, 64);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 209 return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16);
    [all...]
es31fShaderImageLoadStoreTests.cpp 156 type == TextureFormat::UNORM_INT16 ||
222 case TextureFormat::UNORM_INT16: typePart = "16"; break;
    [all...]
es31fTextureGatherTests.cpp 115 type == tcu::TextureFormat::UNORM_INT16 ||
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 200 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16);
    [all...]

Completed in 182 milliseconds