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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
PixelTransfer11.cpp 162 GLenum sourceFormat = gl::GetSizedInternalFormat(unsizedFormat, sourcePixelsType, clientVersion);
164 DXGI_FORMAT srvFormat = gl_d3d11::GetSRVFormat(sourceFormat, clientVersion);
174 setBufferToTextureCopyParams(destArea, destSize, sourceFormat, unpack, offset, &shaderParams);
Renderer11.cpp     [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterGraph.java 242 FrameFormat sourceFormat = inputPort.getSourceFormat();
244 if (sourceFormat != null && targetFormat != null) {
245 if (mLogVerbose) Log.v(TAG, "Checking " + sourceFormat + " against " + targetFormat + ".");
253 compatible = sourceFormat.mayBeCompatibleWith(targetFormat);
257 compatible = sourceFormat.isCompatibleWith(targetFormat);
265 + sourceFormat + "!");
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Renderer9.cpp     [all...]

Completed in 95 milliseconds