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

  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.h 86 GLuint GetRowPitch(GLenum internalFormat, GLenum type, GLuint clientVersion, GLsizei width, GLint alignment);
validationES.cpp 868 GLsizei outputPitch = GetRowPitch(sizedInternalFormat, type, clientVersion, width, context->getPackAlignment());
    [all...]
formatutils.cpp     [all...]
Context.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Image11.cpp 158 GLsizei inputRowPitch = gl::GetRowPitch(mInternalFormat, type, clientVersion, width, unpackAlignment);
183 GLsizei inputRowPitch = gl::GetRowPitch(mInternalFormat, GL_UNSIGNED_BYTE, clientVersion, width, 1);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Image9.cpp 389 GLsizei inputRowPitch = gl::GetRowPitch(mInternalFormat, type, clientVersion, width, unpackAlignment);
419 GLsizei inputRowPitch = gl::GetRowPitch(mInternalFormat, GL_UNSIGNED_BYTE, clientVersion, width, 1);

Completed in 174 milliseconds