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

  /external/skia/tools/skdiff/
skdiff.h 172 int result = T::comparePixels(lhs, rhs);
186 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) {
199 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) {
214 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) {
235 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) {
249 return CompareDiffMeanMismatches::comparePixels(lhs, rhs);
  /external/skqp/tools/skdiff/
skdiff.h 172 int result = T::comparePixels(lhs, rhs);
186 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) {
199 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) {
214 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) {
235 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) {
249 return CompareDiffMeanMismatches::comparePixels(lhs, rhs);
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderLayeredRenderingBoundaryCondition.hpp 60 virtual bool comparePixels(glw::GLint width, glw::GLint height, glw::GLint pixelSize,
esextcGeometryShaderLayeredRenderingBoundaryCondition.cpp 117 bool GeometryShaderLayeredRenderingBoundaryCondition::comparePixels(glw::GLint width, glw::GLint height,
455 if (!comparePixels(m_width, m_height, m_texture_components, buffer, expectedData, nTexture, nLayer))
  /cts/tests/tests/opengl/src/android/opengl/cts/
CompressedTextureSurfaceView.java 199 private void comparePixels() {
227 comparePixels();
  /external/deqp/external/openglcts/modules/gl/
gl4cCopyImageTests.cpp 76 static bool comparePixels(glw::GLenum left_internal_format, const glw::GLdouble& left_red,
82 static bool comparePixels(glw::GLuint left_pixel_size, const glw::GLubyte* left_pixel_data,
453 bool Utils::comparePixels(GLenum left_internal_format, const GLdouble& left_red, const GLdouble& left_green,
492 bool Utils::comparePixels(GLuint left_pixel_size, const GLubyte* left_pixel_data, GLuint right_pixel_size,
    [all...]

Completed in 296 milliseconds