Lines Matching refs:GLubyte
133 void cleanPixels(glw::GLubyte** pixels) const;
135 bool compareImages(const targetDesc& left_desc, const glw::GLubyte* left_data, glw::GLuint left_x,
137 const glw::GLubyte* right_data, glw::GLuint right_x, glw::GLuint right_y,
141 bool copyAndVerify(const testCase& test_case, const glw::GLubyte** dst_pixels, const glw::GLubyte** src_pixels);
146 void getPixels(glw::GLuint name, const targetDesc& desc, glw::GLuint level, glw::GLubyte* out_pixels) const;
148 void prepareDstPxls(const targetDesc& desc, glw::GLubyte** out_pixels) const;
150 void prepareSrcPxls(const targetDesc& desc, glw::GLenum dst_internal_format, glw::GLubyte** out_pixels) const;
155 glw::GLuint prepareTexture(const targetDesc& desc, const glw::GLubyte** pixels, glw::GLuint& out_buf_id);
157 bool verify(const testCase& test_case, glw::GLuint dst_layer, const glw::GLubyte** dst_pixels,
158 glw::GLuint src_layer, const glw::GLubyte** src_pixels, glw::GLuint depth);
219 void cleanPixels(glw::GLubyte*& pixels) const;
221 bool compareImages(const testCase& test_case, const glw::GLubyte* left_data, const glw::GLubyte* right_data) const;
223 bool copyAndVerify(const testCase& test_case, const glw::GLubyte* src_pixels);
225 void getPixels(glw::GLuint name, const testCase& test_case, glw::GLubyte* out_pixels) const;
227 void prepareDstPxls(const testCase& test_case, glw::GLubyte*& out_pixels) const;
229 void prepareSrcPxls(const testCase& test_case, glw::GLubyte*& out_pixels) const;
231 glw::GLuint prepareTexture(const testCase& test_case, const glw::GLubyte* pixels, glw::GLuint& out_buf_id);
233 bool verify(const testCase& test_case, const glw::GLubyte* src_pixels);