Searched refs:checkFormat (Results 1 – 7 of 7) sorted by relevance
/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 …ceType, D3DFORMAT adapterFormat, unsigned long usage, D3DRESOURCETYPE type, D3DFORMAT checkFormat);
|
D | Direct3D9Ex.hpp | 47 …ceType, D3DFORMAT adapterFormat, unsigned long usage, D3DRESOURCETYPE type, D3DFORMAT checkFormat);
|
/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()
|