Searched defs:loadFunction (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A Dformatutils9.h66 LoadImageFunction loadFunction; member in struct:rx::d3d9::TextureFormat
H A Dformatutils9.cpp198 loadFunction(UnreachableLoad)
203 D3DFORMAT renderFormat, LoadImageFunction loadFunction)
213 info.loadFunction = loadFunction;
202 InsertD3D9FormatInfo(D3D9FormatMap *map, GLenum internalFormat, D3DFORMAT texFormat, D3DFORMAT renderFormat, LoadImageFunction loadFunction) argument
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DImage11.cpp261 LoadImageFunction loadFunction = d3dFormatInfo.loadFunctions.at(type); local
272 loadFunction(width, height, depth,
295 LoadImageFunction loadFunction = d3dFormatInfo.loadFunctions.at(GL_UNSIGNED_BYTE); local
309 loadFunction(width, height, depth,

Completed in 176 milliseconds