Searched refs:chooseFormat (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fReadPixelsTests.cpp55 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) argument
70 , m_chooseFormat (chooseFormat)
/external/deqp/modules/gles3/functional/
H A Des3fReadPixelsTests.cpp61 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) argument
86 , m_chooseFormat (chooseFormat)

Completed in 73 milliseconds