Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h395 void setOperand1RGB(GLenum operand);
DlibGLES_CM.cpp3788 context->setOperand1RGB(iParam); in TexEnvfv()
4043 context->setOperand1RGB((GLenum)param); in TexEnvi()
DContext.cpp2293 void Context::setOperand1RGB(GLenum operand) in setOperand1RGB() function in es1::Context