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/d3d/d3d11/
Buffer11.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 956 GLsizei outputPitch = sizedFormatInfo.computeRowPitch(type, width, context->getState().getPackAlignment());
960 int requiredSize = outputPitch * height;
    [all...]
Context.cpp     [all...]

Completed in 205 milliseconds