Home
last modified time | relevance | path

Searched refs:setTextureEnvColor (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h391 void setTextureEnvColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
DContext.cpp2273 void Context::setTextureEnvColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in setTextureEnvColor() function in es1::Context
DlibGLES_CM.cpp3712 …context->setTextureEnvColor(clamp01(params[0]), clamp01(params[1]), clamp01(params[2]), clamp01(pa… in TexEnvfv()