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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
BufferStorage11.h 33 PackPixelsParams(const gl::Rectangle &area, GLenum format, GLenum type, GLuint outputPitch,
39 GLuint outputPitch;
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES.cpp 868 GLsizei outputPitch = GetRowPitch(sizedInternalFormat, type, clientVersion, width, context->getPackAlignment());
872 int requiredSize = outputPitch * height;
    [all...]
Context.cpp     [all...]

Completed in 223 milliseconds