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/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/eigen/Eigen/src/Core/
Visitor.h 209 DenseBase<Derived>::maxCoeff(IndexType* rowPtr, IndexType* colPtr) const
213 *rowPtr = maxVisitor.row;
  /external/skia/src/gpu/
GrAtlasTextContext.cpp 176 uint8_t* rowPtr = data.get() + row*width;
178 if (rowPtr[col] <= 127 && rowPtr[col + 1] >= 128) {
180 float interp = (127.5f - rowPtr[col]) / (rowPtr[col + 1] - rowPtr[col]);
    [all...]

Completed in 193 milliseconds