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

  /external/deqp/modules/gles3/functional/
es3fReadPixelsTests.cpp 58 class ReadPixelsTest : public TestCase
61 ReadPixelsTest (Context& context, const char* name, const char* description, bool chooseFormat, int alignment, GLint rowLength, GLint skipRows, GLint skipPixels, GLenum format = GL_RGBA, GLenum type = GL_UNSIGNED_BYTE);
83 ReadPixelsTest::ReadPixelsTest (Context& context, const char* name, const char* description, bool chooseFormat, int alignment, GLint rowLength, GLint skipRows, GLint skipPixels, GLenum format, GLenum type)
98 void ReadPixelsTest::render (tcu::Texture2D& reference)
194 void ReadPixelsTest::getFormatInfo (tcu::TextureFormat& format, int& pixelSize, bool& align)
235 void ReadPixelsTest::clearColor (tcu::Texture2D& reference, vector<deUint8>& pixelData, bool align, int pixelSize)
350 TestCase::IterateResult ReadPixelsTest::iterate (void)
426 group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_1", "", false, 1, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE));
427 group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_2", "", false, 2, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE))
    [all...]
es3fPixelBufferObjectTests.cpp 57 class ReadPixelsTest : public TestCase
78 ReadPixelsTest (Context& context, const TestSpec& spec);
79 ~ReadPixelsTest (void);
106 ReadPixelsTest::ReadPixelsTest (Context& context, const TestSpec& spec)
152 ReadPixelsTest::~ReadPixelsTest (void)
156 void ReadPixelsTest::init (void)
272 void ReadPixelsTest::deinit (void)
279 void ReadPixelsTest::renderTriangle (const tcu::Vec3& a, const tcu::Vec3& b, const tcu::Vec3& c
    [all...]
  /external/deqp/modules/gles2/functional/
es2fReadPixelsTests.cpp 52 class ReadPixelsTest : public TestCase
55 ReadPixelsTest (Context& context, const char* name, const char* description, bool chooseFormat, int alignment);
68 ReadPixelsTest::ReadPixelsTest (Context& context, const char* name, const char* description, bool chooseFormat, int alignment)
76 void ReadPixelsTest::render (tcu::Texture2D& reference)
143 void ReadPixelsTest::getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int& pixelSize, bool& align)
193 TestCase::IterateResult ReadPixelsTest::iterate (void)
282 addChild(new ReadPixelsTest(m_context, "rgba_ubyte_align_1", "", false, 1));
283 addChild(new ReadPixelsTest(m_context, "rgba_ubyte_align_2", "", false, 2));
284 addChild(new ReadPixelsTest(m_context, "rgba_ubyte_align_4", "", false, 4))
    [all...]
  /external/chromium_org/third_party/angle/tests/angle_tests/
ReadPixelsTest.cpp 3 class ReadPixelsTest : public ANGLETest
6 ReadPixelsTest()
87 TEST_F(ReadPixelsTest, out_of_bounds)
120 TEST_F(ReadPixelsTest, pbo_with_other_target)
145 TEST_F(ReadPixelsTest, pbo_with_existing_data)
183 TEST_F(ReadPixelsTest, pbo_and_sub_data)
211 TEST_F(ReadPixelsTest, pbo_and_sub_data_offset)
244 TEST_F(ReadPixelsTest, draw_with_pbo)
  /external/skia/tests/
Android.mk 169 ReadPixelsTest.cpp \
  /external/skia/dm/
Android.mk 433 ../tests/ReadPixelsTest.cpp \

Completed in 448 milliseconds