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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_enc.cpp 461 const unsigned int __size_pixels = (((glUtilsPixelBitSize(format, type) * width) >> 3) * height); local
463 const size_t packetSize = 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + __size_pixels + 1*4;
475 *(unsigned int *)(ptr) = __size_pixels; ptr += 4;
476 stream->readback(pixels, __size_pixels);
485 const unsigned int __size_pixels = (((glUtilsPixelBitSize(format, type) * width) >> 3) * height); local
487 const size_t packetSize = 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + __size_pixels + 1*4;
500 stream->writeFully(&__size_pixels,4);
501 stream->writeFully(pixels, __size_pixels);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_enc.cpp 1638 const unsigned int __size_pixels = pixelDataSize(self, width, height, format, type, 1); local
1828 const unsigned int __size_pixels = ((pixels != NULL) ? pixelDataSize(self, width, height, format, type, 0) : 0); local
1926 const unsigned int __size_pixels = ((pixels != NULL) ? pixelDataSize(self, width, height, format, type, 0) : 0); local
2545 const unsigned int __size_pixels = ((pixels != NULL) ? pixelDataSize3D(self, width, height, depth, format, type, 0) : 0); local
2572 const unsigned int __size_pixels = pixelDataSize3D(self, width, height, depth, format, type, 0); local
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_enc.cpp 2001 const unsigned int __size_pixels = pixelDataSize(self, width, height, format, type, 1); local
2245 const unsigned int __size_pixels = ((pixels != NULL) ? pixelDataSize(self, width, height, format, type, 0) : 0); local
2343 const unsigned int __size_pixels = pixelDataSize(self, width, height, format, type, 0); local
    [all...]

Completed in 6077 milliseconds