HomeSort by relevance Sort by last modified time
    Searched refs:blendEnabled (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/glshared/
glsInteractionTestUtil.hpp 93 bool blendEnabled;
109 , blendEnabled (false)
glsInteractionTestUtil.cpp 152 state.blendEnabled = rnd.getFloat() < blendProbability;
190 if (state.blendEnabled)
glsFragOpInteractionCase.cpp 261 if (state.blendEnabled)
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 104 dst.blendMode = src.blendEnabled ? rr::BLENDMODE_STANDARD : rr::BLENDMODE_NONE;
121 if (src.blendEnabled)
190 if (state.blendEnabled)
  /external/deqp/modules/gles3/functional/
es3fRandomFragmentOpTests.cpp 104 dst.blendMode = src.blendEnabled ? rr::BLENDMODE_STANDARD : rr::BLENDMODE_NONE;
121 if (src.blendEnabled)
190 if (state.blendEnabled)
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 208 IGLProperty blendEnabled = new GLBooleanProperty(GLStateType.BLEND_ENABLED, Boolean.FALSE);
221 blendEnabled, blendSrcRgb, blendSrcAlpha, blendDstRgb, blendDstAlpha,

Completed in 189 milliseconds