HomeSort by relevance Sort by last modified time
    Searched defs:pixels_ (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/deps/glbench/src/
readpixeltest.cc 17 ReadPixelTest() : pixels_(NULL) {}
26 void* pixels_; member in class:glbench::ReadPixelTest
32 glReadPixels(0, 0, g_width, g_height, GL_RGBA, GL_UNSIGNED_BYTE, pixels_);
35 glReadPixels(0, 0, g_width, g_height, GL_RGBA, GL_UNSIGNED_BYTE, pixels_);
47 pixels_ = buf.get();
55 pixels_ = static_cast<void*>(buf.get() + 1);
texturetest.h 40 scoped_ptr<char[]> pixels_[kNumberOfTextures]; member in class:glbench::TextureTest
  /external/opencv3/3rdparty/libwebp/dec/
vp8li.h 68 uint32_t *pixels_; // Internal data: either uint8_t* for alpha member in struct:__anon20436
  /external/webp/src/dec/
vp8li.h 65 uint32_t *pixels_; // Internal data: either uint8_t* for alpha member in struct:VP8LDecoder
  /external/ImageMagick/Magick++/lib/
Image.cpp 231 const std::string &map_,const StorageType type_,const void *pixels_)
237 read(width_,height_,map_.c_str(),type_,pixels_);
4875 ExportImagePixels(image(),x_,y_,columns_,rows_,map_.c_str(),type_,pixels_, local
    [all...]

Completed in 225 milliseconds