Home
last modified time | relevance | path

Searched refs:blendEquationMode (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLESvalidate.h36 static bool blendEquationMode(GLenum mode);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Validate.h34 static bool blendEquationMode(GLEScontext* ctx, GLenum mode);
DGLESv2Validate.cpp285 bool GLESv2Validate::blendEquationMode(GLEScontext* ctx, GLenum mode){ in blendEquationMode() function in GLESv2Validate
DGLESv2Imp.cpp800 SET_ERROR_IF(!GLESv2Validate::blendEquationMode(ctx, mode), GL_INVALID_ENUM); in glBlendEquation()
807 SET_ERROR_IF(!(GLESv2Validate::blendEquationMode(ctx, modeRGB) && in glBlendEquationSeparate()
808 GLESv2Validate::blendEquationMode(ctx, modeAlpha)), GL_INVALID_ENUM); in glBlendEquationSeparate()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLESvalidate.cpp136 bool GLESvalidate::blendEquationMode(GLenum mode){ in blendEquationMode() function in GLESvalidate
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp2309 SET_ERROR_IF(!(GLEScmValidate::blendEquationMode(mode)), GL_INVALID_ENUM); in glBlendEquationOES()
2318 …SET_ERROR_IF(!(GLEScmValidate::blendEquationMode(modeRGB) && GLEScmValidate::blendEquationMode(mod… in glBlendEquationSeparateOES()