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:
99 case TextureFormat::SIGNED_INT16: type = GL_SHORT; break;
154 case FMT_CASE(RGBA, SIGNED_INT16): return GL_RGBA16I;
172 case FMT_CASE(RGB, SIGNED_INT16): return GL_RGB16I;
187 case FMT_CASE(RG, SIGNED_INT16): return GL_RG16I;
200 case FMT_CASE(R, SIGNED_INT16): return GL_R16I;
287 case GL_SHORT: return normalized ? TextureFormat::SNORM_INT16 : TextureFormat::SIGNED_INT16;
367 case GL_RGBA16I: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT16);
385 case GL_RGB16I: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT16);
400 case GL_RG16I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT16);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 92 case TextureFormat::SIGNED_INT16: return TEXTURECHANNELCLASS_SIGNED_INTEGER;
220 case TextureFormat::SIGNED_INT16: cMin = -32768.0f; cMax = 32767.0f; break;
310 case TextureFormat::SIGNED_INT16: return IVec4(16);
376 case TextureFormat::SIGNED_INT16:
    [all...]
tcuTexture.cpp 222 case TextureFormat::SIGNED_INT16: return 2;
272 case TextureFormat::SIGNED_INT16: return (float)*((const deInt16*)value);
296 case TextureFormat::SIGNED_INT16: return (int)*((const deInt16*)value);
320 case TextureFormat::SIGNED_INT16: *((deInt16*)dst) = convertSatRte<deInt16> (src); break;
355 case TextureFormat::SIGNED_INT16: *((deInt16*)dst) = convertSat<deInt16> (src); break;
509 case SIGNED_INT16: channelSize = 2; break;
    [all...]
tcuTexture.hpp 85 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 492 milliseconds