/external/swiftshader/src/D3D8/ |
D | Direct3D8.cpp | 145 … D3DFORMAT adapterFormat, unsigned long usage, D3DRESOURCETYPE resourceType, D3DFORMAT checkFormat) in CheckDeviceFormat() argument 147 …D3DFORMAT checkFormat = %d", adapter, deviceType, adapterFormat, usage, resourceType, checkFormat); in CheckDeviceFormat() 155 …turn d3d8->CheckDeviceFormat(adapter, deviceType, adapterFormat, usage, resourceType, checkFormat); in CheckDeviceFormat() 159 …return CheckDeviceFormat(adapter, D3DDEVTYPE_HAL, adapterFormat, usage, resourceType, checkFormat); in CheckDeviceFormat() 168 switch(checkFormat) in CheckDeviceFormat() 189 switch(checkFormat) in CheckDeviceFormat() 201 switch(checkFormat) in CheckDeviceFormat() 242 switch(checkFormat) in CheckDeviceFormat() 284 switch(checkFormat) in CheckDeviceFormat() 305 switch(checkFormat) in CheckDeviceFormat() [all …]
|
D | Direct3D8.hpp | 42 …DFORMAT adapaterFormat, unsigned long usage, D3DRESOURCETYPE type, D3DFORMAT checkFormat) override;
|
/external/swiftshader/src/D3D9/ |
D | Direct3D9Ex.cpp | 141 … D3DFORMAT adapterFormat, unsigned long usage, D3DRESOURCETYPE resourceType, D3DFORMAT checkFormat) in CheckDeviceFormat() argument 143 …D3DFORMAT checkFormat = %d", adapter, deviceType, adapterFormat, usage, resourceType, checkFormat); in CheckDeviceFormat() 151 …rn d3d9ex->CheckDeviceFormat(adapter, deviceType, adapterFormat, usage, resourceType, checkFormat); in CheckDeviceFormat() 155 …return CheckDeviceFormat(adapter, D3DDEVTYPE_HAL, adapterFormat, usage, resourceType, checkFormat); in CheckDeviceFormat() 159 …Direct3D9::CheckDeviceFormat(adapter, deviceType, adapterFormat, usage, resourceType, checkFormat); in CheckDeviceFormat()
|
D | Direct3D9.cpp | 213 … D3DFORMAT adapterFormat, unsigned long usage, D3DRESOURCETYPE resourceType, D3DFORMAT checkFormat) in CheckDeviceFormat() argument 215 …D3DFORMAT checkFormat = %d", adapter, deviceType, adapterFormat, usage, resourceType, checkFormat); in CheckDeviceFormat() 223 …turn d3d9->CheckDeviceFormat(adapter, deviceType, adapterFormat, usage, resourceType, checkFormat); in CheckDeviceFormat() 227 …return CheckDeviceFormat(adapter, D3DDEVTYPE_HAL, adapterFormat, usage, resourceType, checkFormat); in CheckDeviceFormat() 233 if(!Capabilities::isSRGBreadable(checkFormat)) in CheckDeviceFormat() 241 if(!Capabilities::isSRGBwritable(checkFormat)) in CheckDeviceFormat() 248 …if(checkFormat == D3DFMT_INST && pixelShaderVersionX >= D3DPS_VERSION(2, 0) && pixelShaderVersionX… in CheckDeviceFormat() 258 switch(checkFormat) in CheckDeviceFormat() 291 switch(checkFormat) in CheckDeviceFormat() 308 switch(checkFormat) in CheckDeviceFormat() [all …]
|
D | Direct3D9.hpp | 47 …3DFORMAT adapterFormat, unsigned long usage, D3DRESOURCETYPE type, D3DFORMAT checkFormat) override;
|
D | Direct3D9Ex.hpp | 47 …3DFORMAT adapterFormat, unsigned long usage, D3DRESOURCETYPE type, D3DFORMAT checkFormat) override;
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
D | BuilderInstruction.java | 48 Preconditions.checkFormat(opcode, getFormat()); in BuilderInstruction()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | Preconditions.java | 41 public static void checkFormat(Opcode opcode, Format expectedFormat) { in checkFormat() method in Preconditions
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
D | ImmutableInstruction.java | 48 Preconditions.checkFormat(opcode, getFormat()); in ImmutableInstruction()
|