Home
last modified time | relevance | path

Searched refs:setMaterialAmbient (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Renderer/
DVertexProcessor.hpp238 void setMaterialAmbient(const Color<float> &materialAmbient);
DVertexProcessor.cpp412 void VertexProcessor::setMaterialAmbient(const Color<float> &materialAmbient) in setMaterialAmbient() function in sw::VertexProcessor
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h365 void setMaterialAmbient(float red, float green, float blue, float alpha);
DContext.cpp705 void Context::setMaterialAmbient(float red, float green, float blue, float alpha) in setMaterialAmbient() function in es1::Context
1987 …device->setMaterialAmbient(sw::Color<float>(materialAmbient.red, materialAmbient.green, materialAm… in applyState()
DlibGLES_CM.cpp2957 context->setMaterialAmbient(params[0], params[1], params[2], params[3]); in Materialfv()
2963 context->setMaterialAmbient(params[0], params[1], params[2], params[3]); in Materialfv()