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

  /external/swiftshader/src/Renderer/
TextureStage.cpp 55 destinationArgument = DESTINATION_CURRENT;
82 state.destinationArgument = destinationArgument;
210 void TextureStage::setDestinationArgument(DestinationArgument destinationArgument)
212 this->destinationArgument = destinationArgument;
410 return !isStageDisabled() && destinationArgument == DESTINATION_CURRENT && stageOperation != STAGE_BUMPENVMAP && stageOperation != STAGE_BUMPENVMAPLUMINANCE;
TextureStage.hpp 79 enum DestinationArgument
115 unsigned int destinationArgument : BITS(DESTINATION_LAST);
159 void setDestinationArgument(DestinationArgument destinationArgument);
190 DestinationArgument destinationArgument;
PixelProcessor.hpp 220 void setDestinationArgument(unsigned int stage, TextureStage::DestinationArgument destinationArgument);
PixelProcessor.cpp 315 void PixelProcessor::setDestinationArgument(unsigned int stage, TextureStage::DestinationArgument destinationArgument)
319 context->textureStage[stage].setDestinationArgument(destinationArgument);
    [all...]
  /external/swiftshader/src/Shader/
PixelPipeline.cpp     [all...]

Completed in 47 milliseconds