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

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 56 case TextureFormat::SIGNED_INT16:
106 case TextureFormat::SIGNED_INT16: type = GL_SHORT; break;
161 case FMT_CASE(RGBA, SIGNED_INT16): return GL_RGBA16I;
179 case FMT_CASE(RGB, SIGNED_INT16): return GL_RGB16I;
194 case FMT_CASE(RG, SIGNED_INT16): return GL_RG16I;
208 case FMT_CASE(R, SIGNED_INT16): return GL_R16I;
405 case GL_SHORT: return normalized ? TextureFormat::SNORM_INT16 : TextureFormat::SIGNED_INT16;
485 case GL_RGBA16I: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT16);
503 case GL_RGB16I: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT16);
518 case GL_RG16I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT16);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 116 case TextureFormat::SIGNED_INT16: return TEXTURECHANNELCLASS_SIGNED_INTEGER;
264 case TextureFormat::SIGNED_INT16: cMin = -32768.0f; cMax = 32767.0f; break;
345 case TextureFormat::SIGNED_INT16: return IVec4(16);
401 case TextureFormat::SIGNED_INT16:
    [all...]
tcuTexture.cpp 165 case TextureFormat::SIGNED_INT16: return 2;
225 case TextureFormat::SIGNED_INT16: return (float)*((const deInt16*)value);
254 case TextureFormat::SIGNED_INT16: return (int)*((const deInt16*)value);
283 case TextureFormat::SIGNED_INT16: *((deInt16*)dst) = convertSatRte<deInt16> (src); break;
337 case TextureFormat::SIGNED_INT16: *((deInt16*)dst) = convertSat<deInt16> (src); break;
    [all...]
tcuTexture.hpp 89 SIGNED_INT16,
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 144 type == TextureFormat::SIGNED_INT16 ||
184 format.type == TextureFormat::SIGNED_INT16 ||
219 case TextureFormat::SIGNED_INT16: typePart = "16i"; break;
    [all...]
es31fTextureGatherTests.cpp 122 type == tcu::TextureFormat::SIGNED_INT16 ||
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 65 case TextureFormat::SIGNED_INT16:
91 case TextureFormat::SIGNED_INT16:
    [all...]

Completed in 103 milliseconds