HomeSort by relevance Sort by last modified time
    Searched defs:setRenderState (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 224 static void setRenderState (sglr::Context& ctx, const RenderState& state)
307 setRenderState(ctx, cmd.state);
  /external/swiftshader/src/D3D8/
Direct3DStateBlock8.cpp 127 device->SetRenderState((D3DRENDERSTATETYPE)state, renderState[state]);
344 void Direct3DStateBlock8::setRenderState(D3DRENDERSTATETYPE state, unsigned long value)
  /external/swiftshader/src/D3D9/
Direct3DStateBlock9.cpp 156 device->SetRenderState((D3DRENDERSTATETYPE)state, renderState[state]);
703 void Direct3DStateBlock9::setRenderState(D3DRENDERSTATETYPE state, unsigned long value)
    [all...]

Completed in 431 milliseconds