Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DVertexProcessor.hpp236 void setMaterialAmbient(const Color<float> &materialAmbient);
DVertexProcessor.cpp403 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()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp2217 …renderer->setMaterialAmbient(sw::Color<float>(material->Ambient.r, material->Ambient.g, material->… in SetMaterial()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp2845 …renderer->setMaterialAmbient(sw::Color<float>(material->Ambient.r, material->Ambient.g, material->… in SetMaterial()