Searched refs:TextureLevel (Results 1 - 25 of 75) sorted by relevance

123

/external/deqp/framework/common/
H A DtcuImageIO.hpp32 class TextureLevel;
39 void loadImage (TextureLevel& dst, const tcu::Archive& archive, const char* fileName);
41 void loadPNG (TextureLevel& dst, const tcu::Archive& archive, const char* fileName);
H A DtcuImageIO.cpp48 * TextureLevel storage is set to match image data. Only PNG format is
55 void loadImage (TextureLevel& dst, const tcu::Archive& archive, const char* fileName)
76 * TextureLevel storage is set to match image data.
82 void loadPNG (TextureLevel& dst, const tcu::Archive& archive, const char* fileName)
H A DtcuImageCompare.cpp219 TextureLevel errorMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.getWidth(), reference.getHeight());
336 TextureLevel diffMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.getWidth(), reference.getHeight());
491 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
577 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
665 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
746 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
841 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
920 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
1007 TextureLevel errorMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.getWidth(), reference.getHeight());
H A DtcuFuzzyImageCompare.cpp164 TextureLevel tmp (dst.getFormat(), dst.getHeight(), dst.getWidth());
285 TextureLevel refFiltered(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), width, height);
286 TextureLevel cmpFiltered(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), width, height);
H A DtcuTexture.hpp285 class TextureLevel;
301 ConstPixelBufferAccess (const TextureLevel& level);
361 PixelBufferAccess (TextureLevel& level);
385 class TextureLevel class in namespace:tcu
388 TextureLevel (void);
389 TextureLevel (const TextureFormat& format);
390 TextureLevel (const TextureFormat& format, int width, int height, int depth = 1);
391 ~TextureLevel (void);
/external/deqp/framework/egl/
H A DegluNativePixmap.hpp33 class TextureLevel;
60 virtual void readPixels (tcu::TextureLevel* dst);
H A DegluNativePixmap.cpp50 void NativePixmap::readPixels (tcu::TextureLevel*)
H A DegluNativeWindow.hpp33 class TextureLevel;
108 virtual void readScreenPixels (tcu::TextureLevel* dst) const;
H A DegluNativeWindow.cpp69 void NativeWindow::readScreenPixels (tcu::TextureLevel*) const
/external/deqp/modules/internal/
H A DditImageCompareTests.cpp43 static void loadImageRGBA8 (tcu::TextureLevel& dst, const tcu::Archive& archive, const char* path)
45 tcu::TextureLevel tmp;
66 tcu::TextureLevel refImg;
67 tcu::TextureLevel cmpImg;
68 tcu::TextureLevel errorMask;
121 tcu::TextureLevel refImg;
122 tcu::TextureLevel cmpImg;
H A DditImageIOTests.cpp54 tcu::TextureLevel texture;
H A DditFrameworkTests.cpp691 TextureLevel interpolated (TextureFormat(TextureFormat::RGBA, TextureFormat::FLOAT), numSamples, width, height);
692 TextureLevel depthStencil (TextureFormat(TextureFormat::DS, TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV), numSamples, width, height);
781 TextureLevel resolvedColor (interpolated.getFormat(), width, height); // For debugging
782 TextureLevel resolvedDepthStencil (depthStencil.getFormat(), width, height); // For debugging
783 TextureLevel errorMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height);
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp61 using tcu::TextureLevel;
532 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height);
533 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height);
534 TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height);
589 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height, levels);
616 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height);
629 TextureLevel reference(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height);
676 tcu::TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), renderWidth, renderHeight);
762 TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height);
763 TextureLevel referenc
[all...]
H A Des31fDrawBuffersIndexedTests.cpp69 using tcu::TextureLevel;
301 tcu::TextureLevel& refRenderbuffer)
390 vector<TextureLevel>& refRenderbuffers)
409 refRenderbuffers[renderbufferNdx] = TextureLevel(drawBuffer.getFormat(), size.x(), size.y());
452 const tcu::TextureLevel& refRenderbuffer,
453 const tcu::TextureLevel& result)
526 const vector<TextureLevel>& refRenderbuffers)
536 const TextureLevel& refRenderbuffer = refRenderbuffers[renderbufferNdx];
541 tcu::TextureLevel result (getReadPixelFormat(format), width, height);
793 vector<TextureLevel>
[all...]
/external/deqp/modules/egl/
H A DteglSwapBuffersTests.cpp244 bool checkColor (tcu::TestLog& log, const tcu::TextureLevel& screen, const tcu::Vec4& color)
299 tcu::TextureLevel whiteFrame;
300 tcu::TextureLevel blackFrame;
301 tcu::TextureLevel frameBegin;
302 tcu::TextureLevel frameEnd;
H A DteglNativeColorMappingTests.cpp248 bool validate (TestLog& log, const Library& egl, EGLDisplay display, EGLConfig config, const tcu::TextureLevel& result, const tcu::Vec4& color)
266 tcu::TextureLevel reference(result.getFormat(), result.getWidth(), result.getHeight());
327 tcu::TextureLevel result;
370 tcu::TextureLevel result;
410 tcu::TextureLevel result;
/external/deqp/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp229 tcu::TextureLevel* m_refColorBuffer;
230 tcu::TextureLevel* m_refDepthBuffer;
231 tcu::TextureLevel* m_refStencilBuffer;
269 m_refColorBuffer = new tcu::TextureLevel(tcu::TextureFormat(useRGB ? tcu::TextureFormat::RGB : tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, height);
270 m_refDepthBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::FLOAT), width, height);
271 m_refStencilBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), width, height);
H A Des2fTextureCompletenessTests.cpp270 tcu::TextureLevel levelData (fmt);
340 tcu::TextureLevel levelData (fmt);
393 tcu::TextureLevel levelData (fmt);
451 tcu::TextureLevel levelData (fmt);
499 tcu::TextureLevel levelData (fmt);
603 tcu::TextureLevel levelData (fmt);
675 tcu::TextureLevel levelData (fmt);
744 tcu::TextureLevel levelData (fmt);
808 tcu::TextureLevel levelData (fmt);
857 tcu::TextureLevel levelDat
[all...]
H A Des2fBlendTests.cpp55 using tcu::TextureLevel;
119 TextureLevel* m_refColorBuffer;
183 m_refColorBuffer = new TextureLevel(TextureFormat(useRGB ? TextureFormat::RGB : TextureFormat::RGBA, TextureFormat::UNORM_INT8),
/external/deqp/modules/gles3/functional/
H A Des3fBlendTests.cpp55 using tcu::TextureLevel;
68 static TextureLevel sRGBATextureLevelToLinear (const tcu::ConstPixelBufferAccess& sRGBAAccess)
74 TextureLevel linear (TextureFormat(TextureFormat::RGBA, sRGBAAccess.getFormat().type), width, height);
141 TextureLevel* m_refColorBuffer;
211 m_refColorBuffer = new TextureLevel(TextureFormat(m_useSrgbFbo ? TextureFormat::sRGBA : useRGB ? TextureFormat::RGB : TextureFormat::RGBA, TextureFormat::UNORM_INT8),
265 TextureLevel renderedImg (TextureFormat(m_useSrgbFbo ? TextureFormat::sRGBA : TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_viewportWidth, m_viewportHeight);
H A Des3fRandomFragmentOpTests.cpp229 tcu::TextureLevel* m_refColorBuffer;
230 tcu::TextureLevel* m_refDepthBuffer;
231 tcu::TextureLevel* m_refStencilBuffer;
269 m_refColorBuffer = new tcu::TextureLevel(tcu::TextureFormat(useRGB ? tcu::TextureFormat::RGB : tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, height);
270 m_refDepthBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::FLOAT), width, height);
271 m_refStencilBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), width, height);
/external/mesa3d/src/mesa/main/
H A Dfbobject.h79 return att->Texture->Image[att->CubeMapFace][att->TextureLevel];
88 return att->Texture->Image[att->CubeMapFace][att->TextureLevel];
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c823 = att->Texture->Image[att->CubeMapFace][att->TextureLevel];
880 att->TextureLevel);
883 imageOffset += radeon_image->mt->levels[att->TextureLevel].rowstride *
884 radeon_image->mt->levels[att->TextureLevel].height *
891 rrb->pitch = radeon_image->mt->levels[att->TextureLevel].rowstride;
904 tex_obj->Image[att->CubeMapFace][att->TextureLevel];
931 mesa_format = att->Texture->Image[att->CubeMapFace][att->TextureLevel]->TexFormat;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c823 = att->Texture->Image[att->CubeMapFace][att->TextureLevel];
880 att->TextureLevel);
883 imageOffset += radeon_image->mt->levels[att->TextureLevel].rowstride *
884 radeon_image->mt->levels[att->TextureLevel].height *
891 rrb->pitch = radeon_image->mt->levels[att->TextureLevel].rowstride;
904 tex_obj->Image[att->CubeMapFace][att->TextureLevel];
931 mesa_format = att->Texture->Image[att->CubeMapFace][att->TextureLevel]->TexFormat;
/external/deqp/framework/platform/X11/
H A DtcuX11EglPlatform.cpp68 using tcu::TextureLevel;
227 void readPixels (TextureLevel* dst);

Completed in 433 milliseconds

123