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

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 217 IGLProperty blendEquationAlpha = new GLEnumProperty(GLStateType.BLEND_EQUATION_ALPHA,
221 blendEquationRgb, blendEquationAlpha);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 156 GLenum blendEquationAlpha;
Context.cpp 55 mState.blendEquationAlpha = GL_FUNC_ADD;
467 mState.blendEquationAlpha != alphaEquation)
470 mState.blendEquationAlpha = alphaEquation;
    [all...]

Completed in 31 milliseconds