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