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

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 58 case TextureFormat::UNSIGNED_INT8:
101 case TextureFormat::UNSIGNED_INT8: type = GL_UNSIGNED_BYTE; break;
146 case FMT_CASE(S, UNSIGNED_INT8): return GL_STENCIL_INDEX8;
158 case FMT_CASE(RGBA, UNSIGNED_INT8): return GL_RGBA8UI;
176 case FMT_CASE(RGB, UNSIGNED_INT8): return GL_RGB8UI;
191 case FMT_CASE(RG, UNSIGNED_INT8): return GL_RG8UI;
204 case FMT_CASE(R, UNSIGNED_INT8): return GL_R8UI;
284 case GL_UNSIGNED_BYTE: return normalized ? TextureFormat::UNORM_INT8 : TextureFormat::UNSIGNED_INT8;
359 case GL_STENCIL_INDEX8: return TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8);
371 case GL_RGBA8UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT8);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 387 DE_ASSERT(access.getFormat() == TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8));
388 return tcu::ConstPixelBufferAccess(TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT8),
532 TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height);
627 TextureLevel reference(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height);
761 TextureLevel reference (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height);
819 TextureLevel reference (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height);
893 TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height);
955 TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), levelWidth, levelHeight);
    [all...]
es31fTextureGatherTests.cpp 128 return type == tcu::TextureFormat::UNSIGNED_INT8 ||
    [all...]
es31fShaderImageLoadStoreTests.cpp 136 return type == TextureFormat::UNSIGNED_INT8 ||
186 format.type == TextureFormat::UNSIGNED_INT8 ||
216 case TextureFormat::UNSIGNED_INT8: typePart = "8ui"; break;
    [all...]
es31fOpaqueTypeIndexingTests.cpp 214 case glu::TYPE_UINT: return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT8);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 94 case TextureFormat::UNSIGNED_INT8: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER;
222 case TextureFormat::UNSIGNED_INT8: cMin = 0.0f; cMax = 255.0f; break;
312 case TextureFormat::UNSIGNED_INT8: return IVec4(8);
378 case TextureFormat::UNSIGNED_INT8:
    [all...]
tcuTexture.cpp 224 case TextureFormat::UNSIGNED_INT8: return 1;
274 case TextureFormat::UNSIGNED_INT8: return (float)*((const deUint8*)value);
298 case TextureFormat::UNSIGNED_INT8: return (int)*((const deUint8*)value);
322 case TextureFormat::UNSIGNED_INT8: *((deUint8*)dst) = convertSatRte<deUint8> (src); break;
357 case TextureFormat::UNSIGNED_INT8: *((deUint8*)dst) = convertSat<deUint8> ((deUint32)src); break;
511 case UNSIGNED_INT8: channelSize = 1; break;
    [all...]
tcuTexture.hpp 87 UNSIGNED_INT8,
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 107 case 8: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8);
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 107 case 8: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8);
  /external/deqp/modules/egl/
teglRenderTests.cpp 342 default: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8);
    [all...]
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp     [all...]
glsTextureTestUtil.cpp 69 case TextureFormat::UNSIGNED_INT8:
95 case TextureFormat::UNSIGNED_INT8:
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 76 return tcu::PixelBufferAccess(TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT8), 0, 0, 0, DE_NULL);
212 case 8: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8);
    [all...]

Completed in 627 milliseconds