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

  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 149 static tcu::TextureLevel getPixels (const glu::RenderContext& renderCtx, const IVec2& size, const tcu::TextureFormat& colorBufferFormat)
151 tcu::TextureLevel result(colorBufferFormat, size.x(), size.y());
154 if (colorBufferFormat.order == tcu::TextureFormat::RGBA &&
155 (colorBufferFormat.type == tcu::TextureFormat::UNORM_INT8 ||
156 colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT32 ||
157 colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT32))
162 else if (colorBufferFormat.order == tcu::TextureFormat::RGBA &&
163 (isSIntFormatType(colorBufferFormat.type) ||
164 isUIntFormatType(colorBufferFormat.type)))
167 const bool isSigned = isSIntFormatType(colorBufferFormat.type)
    [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 128 milliseconds