Searched refs:blendDestRgb (Results 1 – 2 of 2) sorted by relevance
2872 get(GL_BLEND_DST_RGB, &state->blendDestRgb); in syncBlendFromNativeContext()2876 mBlendStateExt.mDstColor != static_cast<uint64_t>(state->blendDestRgb) || in syncBlendFromNativeContext()2881 mBlendStateExt.mDstColor = state->blendDestRgb; in syncBlendFromNativeContext()2903 mFunctions->blendFuncSeparate(state->blendSrcRgb, state->blendDestRgb, state->blendSrcAlpha, in restoreBlendNativeContext()2906 mBlendStateExt.mDstColor = state->blendDestRgb; in restoreBlendNativeContext()
76 GLenum blendDestRgb; member