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

  /external/swiftshader/src/Device/
SwiftConfig.hpp 58 bool disableAlphaMode;
SwiftConfig.cpp 428 html += "<tr><td>Disable alpha display formats:</td><td><input name = 'disableAlphaMode' type='checkbox'" + (config.disableAlphaMode == true ? checked : empty) + " title='If checked the device does not advertise the A8R8G8B8 display mode.'></td></tr>";
547 config.disableAlphaMode = false;
    [all...]
  /external/swiftshader/src/Main/
SwiftConfig.hpp 58 bool disableAlphaMode;
SwiftConfig.cpp 428 html += "<tr><td>Disable alpha display formats:</td><td><input name = 'disableAlphaMode' type='checkbox'" + (config.disableAlphaMode == true ? checked : empty) + " title='If checked the device does not advertise the A8R8G8B8 display mode.'></td></tr>";
547 config.disableAlphaMode = false;
    [all...]
  /external/swiftshader/src/D3D9/
Direct3D9.hpp 68 bool disableAlphaMode; // Disable A8R8G8B8 display mode support
Direct3D9.cpp 60 disableAlphaMode = ini.getBoolean("Testing", "DisableAlphaMode", false);
    [all...]

Completed in 282 milliseconds