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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Image11.cpp 158 GLsizei inputRowPitch = gl::GetRowPitch(mInternalFormat, type, clientVersion, width, unpackAlignment);
174 loadFunction(width, height, depth, input, inputRowPitch, inputDepthPitch, offsetMappedData, mappedImage.RowPitch, mappedImage.DepthPitch);
183 GLsizei inputRowPitch = gl::GetRowPitch(mInternalFormat, GL_UNSIGNED_BYTE, clientVersion, width, 1);
208 loadFunction(width, height, depth, input, inputRowPitch, inputDepthPitch,
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Image9.cpp 389 GLsizei inputRowPitch = gl::GetRowPitch(mInternalFormat, type, clientVersion, width, unpackAlignment);
407 loadFunction(width, height, depth, input, inputRowPitch, 0, locked.pBits, locked.Pitch, 0);
419 GLsizei inputRowPitch = gl::GetRowPitch(mInternalFormat, GL_UNSIGNED_BYTE, clientVersion, width, 1);
441 loadFunction(width, height, depth, input, inputRowPitch, inputDepthPitch,

Completed in 885 milliseconds