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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
formatutils11.h 25 MipGenerationFunction GetMipGenerationFunction(DXGI_FORMAT format);
Image11.cpp 49 MipGenerationFunction mipFunction = d3d11::GetMipGenerationFunction(src->getDXGIFormat());
formatutils11.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
formatutils9.h 25 MipGenerationFunction GetMipGenerationFunction(D3DFORMAT format);
formatutils9.cpp 171 MipGenerationFunction mMipGenerationFunction;
180 MipGenerationFunction mipFunc, ColorReadFunction readFunc)
312 MipGenerationFunction GetMipGenerationFunction(D3DFORMAT format)
    [all...]
Image9.cpp 54 MipGenerationFunction mipFunction = d3d9::GetMipGenerationFunction(sourceDesc.Format);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
generatemip.h 224 typedef void (*MipGenerationFunction)(unsigned int sourceWidth, unsigned int sourceHeight, unsigned int sourceDepth,
230 static MipGenerationFunction GetMipGenerationFunction(unsigned int sourceWidth, unsigned int sourceHeight, unsigned int sourceDepth)
260 priv::MipGenerationFunction generationFunction = priv::GetMipGenerationFunction<T>(sourceWidth, sourceHeight, sourceDepth);
  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.h 18 typedef void (*MipGenerationFunction)(unsigned int sourceWidth, unsigned int sourceHeight, unsigned int sourceDepth,

Completed in 104 milliseconds