Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h394 void setOperand2RGB(GLenum operand);
DlibGLES_CM.cpp3784 context->setOperand2RGB(iParam); in TexEnvfv()
4039 context->setOperand2RGB((GLenum)param); in TexEnvi()
DContext.cpp2310 void Context::setOperand2RGB(GLenum operand) in setOperand2RGB() function in es1::Context