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

  /frameworks/native/opengl/libagl/
dxt.cpp 211 uint16_t* rowPtr = (uint16_t*)surface;
212 for (int base_y = 0; base_y < height; base_y += 4, rowPtr += 4*stride) {
213 uint16_t *blockPtr = rowPtr;
323 uint32_t* rowPtr = (uint32_t*)surface;
324 for (int base_y = 0; base_y < height; base_y += 4, rowPtr += 4*stride) {
325 uint32_t *blockPtr = rowPtr;
447 uint32_t* rowPtr = (uint32_t*)surface;
448 for (int base_y = 0; base_y < height; base_y += 4, rowPtr += 4*stride) {
449 uint32_t *blockPtr = rowPtr;
  /external/chromium_org/third_party/skia/third_party/ktx/
ktx.cpp 532 const uint8_t* rowPtr = src;
535 const uint32_t* pixelsPtr = reinterpret_cast<const uint32_t*>(rowPtr);
547 rowPtr += bitmap.rowBytes();
551 if (!stream->write(rowPtr, bpp*width)) {
554 rowPtr += bitmap.rowBytes();
  /external/skia/third_party/ktx/
ktx.cpp 472 const uint8_t* rowPtr = src;
475 const uint32_t* pixelsPtr = reinterpret_cast<const uint32_t*>(rowPtr);
487 rowPtr += bitmap.rowBytes();
491 if (!stream->write(rowPtr, bpp*width)) {
494 rowPtr += bitmap.rowBytes();
  /external/eigen/Eigen/src/Core/
Visitor.h 209 DenseBase<Derived>::maxCoeff(IndexType* rowPtr, IndexType* colPtr) const
213 *rowPtr = maxVisitor.row;

Completed in 258 milliseconds