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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
BufferStorage11.h 30 struct PackPixelsParams
32 PackPixelsParams();
33 PackPixelsParams(const gl::Rectangle &area, GLenum format, GLenum type, GLuint outputPitch,
65 void packPixels(ID3D11Texture2D *srcTexure, UINT srcSubresource, const PackPixelsParams &params);
BufferStorage11.cpp 19 PackPixelsParams::PackPixelsParams()
27 PackPixelsParams::PackPixelsParams(const gl::Rectangle &areaIn, GLenum formatIn, GLenum typeIn, GLuint outputPitchIn,
143 void packPixels(ID3D11Texture2D *srcTexure, UINT srcSubresource, const PackPixelsParams &params);
153 PackPixelsParams *mQueuedPackCommand;
154 PackPixelsParams mPackParams;
399 void BufferStorage11::packPixels(ID3D11Texture2D *srcTexture, UINT srcSubresource, const PackPixelsParams &params)
795 void BufferStorage11::PackStorage11::packPixels(ID3D11Texture2D *srcTexure, UINT srcSubresource, const PackPixelsParams &params)
798 mQueuedPackCommand = new PackPixelsParams(params)
    [all...]

Completed in 98 milliseconds