Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h393 void setOperand1RGB(GLenum operand);
DlibGLES_CM.cpp3770 context->setOperand1RGB(iParam); in TexEnvfv()
4025 context->setOperand1RGB((GLenum)param); in TexEnvi()
DContext.cpp2305 void Context::setOperand1RGB(GLenum operand) in setOperand1RGB() function in es1::Context