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

  /external/swiftshader/src/D3D8/
Direct3DStateBlock8.cpp 30 pixelShaderHandle = 0;
115 device->SetPixelShader(pixelShaderHandle);
193 device->GetPixelShader(&pixelShaderHandle);
336 pixelShaderHandle = shaderHandle;
445 pixelShaderHandle = 0;
568 device->GetPixelShader(&pixelShaderHandle);
Direct3DStateBlock8.hpp 106 unsigned long pixelShaderHandle;
Direct3DDevice8.hpp 246 unsigned long pixelShaderHandle;
Direct3DDevice8.cpp 81 pixelShaderHandle = 0;
1486 *handle = pixelShaderHandle;
    [all...]

Completed in 60 milliseconds