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

  /external/skia/tests/
skbug6653.cpp 17 static SkBitmap read_pixels(sk_sp<SkSurface> surface, SkColor initColor) { function
56 SkBitmap b1 = read_pixels(s1, SK_ColorBLACK);
62 SkBitmap b2 = read_pixels(s2, SK_ColorBLACK);
67 SkBitmap b3 = read_pixels(s3, SK_ColorBLACK);
79 SkBitmap b4 = read_pixels(s4, SK_ColorRED);
80 SkBitmap b5 = read_pixels(s4, SK_ColorGREEN);
  /external/skqp/tests/
skbug6653.cpp 17 static SkBitmap read_pixels(sk_sp<SkSurface> surface, SkColor initColor) { function
56 SkBitmap b1 = read_pixels(s1, SK_ColorBLACK);
62 SkBitmap b2 = read_pixels(s2, SK_ColorBLACK);
67 SkBitmap b3 = read_pixels(s3, SK_ColorBLACK);
79 SkBitmap b4 = read_pixels(s4, SK_ColorRED);
80 SkBitmap b5 = read_pixels(s4, SK_ColorGREEN);
  /external/mesa3d/src/mesa/main/
readpix.c 988 read_pixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, function
    [all...]
  /external/deqp/modules/gles2/functional/
es2fNegativeBufferApiTests.cpp 160 ES2F_ADD_API_CASE(read_pixels, "Invalid glReadPixels() usage",
  /external/deqp/modules/gles31/functional/
es31fNegativeBufferApiTests.cpp 167 void read_pixels (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeBufferApiTests.cpp 170 ES3F_ADD_API_CASE(read_pixels, "Invalid glReadPixels() usage",
    [all...]

Completed in 540 milliseconds