HomeSort by relevance Sort by last modified time
    Searched refs:TextureLevel (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/deqp/framework/common/
tcuImageIO.hpp 32 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);
tcuImageIO.cpp 48 * 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)
tcuImageCompare.cpp 212 TextureLevel errorMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.getWidth(), reference.getHeight());
329 TextureLevel diffMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.getWidth(), reference.getHeight());
415 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
508 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
596 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
677 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
772 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
    [all...]
tcuFuzzyImageCompare.cpp 164 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);
tcuTexture.hpp 231 class TextureLevel;
247 ConstPixelBufferAccess (const TextureLevel& level);
305 PixelBufferAccess (TextureLevel& level);
327 class TextureLevel
330 TextureLevel (void);
331 TextureLevel (const TextureFormat& format);
332 TextureLevel (const TextureFormat& format, int width, int height, int depth = 1);
333 ~TextureLevel (void);
    [all...]
  /external/deqp/framework/egl/
egluNativePixmap.hpp 33 class TextureLevel;
60 virtual void readPixels (tcu::TextureLevel* dst);
egluNativeWindow.hpp 33 class TextureLevel;
108 virtual void readScreenPixels (tcu::TextureLevel* dst) const;
egluNativePixmap.cpp 48 void NativePixmap::readPixels (tcu::TextureLevel*)
egluNativeWindow.cpp 67 void NativeWindow::readScreenPixels (tcu::TextureLevel*) const
  /external/deqp/modules/internal/
ditImageCompareTests.cpp 43 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;
ditImageIOTests.cpp 54 tcu::TextureLevel texture;
  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 61 using tcu::TextureLevel;
530 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height);
531 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height);
532 TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height);
587 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height, levels);
614 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height);
627 TextureLevel reference(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height);
674 tcu::TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), renderWidth, renderHeight);
760 TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height);
761 TextureLevel reference (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height)
    [all...]
es31fAdvancedBlendTests.cpp 52 using tcu::TextureLevel;
116 TextureLevel* m_refColorBuffer;
238 m_refColorBuffer = new TextureLevel(TextureFormat(useSRGB ? TextureFormat::sRGBA : TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_viewportWidth, m_viewportHeight);
366 TextureLevel renderedImg (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_viewportWidth, m_viewportHeight);
  /external/deqp/modules/egl/
teglSwapBuffersTests.cpp 242 bool checkColor (tcu::TestLog& log, const tcu::TextureLevel& screen, const tcu::Vec4& color)
295 tcu::TextureLevel whiteFrame;
296 tcu::TextureLevel blackFrame;
297 tcu::TextureLevel frameBegin;
298 tcu::TextureLevel frameEnd;
teglNativeColorMappingTests.cpp 243 bool validate (TestLog& log, EGLDisplay display, EGLConfig config, const tcu::TextureLevel& result, const tcu::Vec4& color)
261 tcu::TextureLevel reference(result.getFormat(), result.getWidth(), result.getHeight());
321 tcu::TextureLevel result;
363 tcu::TextureLevel result;
403 tcu::TextureLevel result;
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 229 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);
es2fTextureCompletenessTests.cpp 266 tcu::TextureLevel levelData (fmt);
329 tcu::TextureLevel levelData (fmt);
382 tcu::TextureLevel levelData (fmt);
440 tcu::TextureLevel levelData (fmt);
488 tcu::TextureLevel levelData (fmt);
541 tcu::TextureLevel levelData (fmt);
595 tcu::TextureLevel levelData (fmt);
667 tcu::TextureLevel levelData (fmt);
736 tcu::TextureLevel levelData (fmt);
800 tcu::TextureLevel levelData (fmt)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 55 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);
es3fRandomFragmentOpTests.cpp 229 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/chromium_org/third_party/mesa/src/src/mesa/main/
fbobject.h 79 return att->Texture->Image[att->CubeMapFace][att->TextureLevel];
88 return att->Texture->Image[att->CubeMapFace][att->TextureLevel];
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 48 using tcu::TextureLevel;
183 void readPixels (TextureLevel* dst);
  /external/mesa3d/src/mesa/main/
fbobject.h 79 return att->Texture->Image[att->CubeMapFace][att->TextureLevel];
88 return att->Texture->Image[att->CubeMapFace][att->TextureLevel];
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_fbo.c 823 = 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/
radeon_fbo.c 823 = 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/win32/
tcuWin32EGLNativeDisplayFactory.cpp 116 virtual void readScreenPixels (tcu::TextureLevel* dst) const;
270 void NativeWindow::readScreenPixels (tcu::TextureLevel* dst) const

Completed in 588 milliseconds

1 2 3 4