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

  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DDSLoader.java 151 int dxgiFormat = in.readInt();
152 if (dxgiFormat != 83) {
154 + "is supported for DirectX10 DDS! Got: " + dxgiFormat);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 143 DXGI_FORMAT dxgiFormat = DXGI_FORMAT_UNKNOWN,
146 D2D1_PIXEL_FORMAT r = {dxgiFormat, alphaMode};

Completed in 264 milliseconds