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

  /external/swiftshader/src/Renderer/
VertexProcessor.hpp 235 void setMaterialEmission(const Color<float> &emission);
VertexProcessor.cpp 395 void VertexProcessor::setMaterialEmission(const Color<float> &emission)
  /external/swiftshader/src/OpenGL/libGL/
Device.cpp 154 setMaterialEmission(sw::Color<float>(0.0f, 0.0f, 0.0f, 1.0f));
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 368 void setMaterialEmission(float red, float green, float blue, float alpha);
Context.cpp 729 void Context::setMaterialEmission(float red, float green, float blue, float alpha)
    [all...]
libGLES_CM.cpp     [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]

Completed in 72 milliseconds