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

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 218 IGLProperty blendEquationAlpha = new GLEnumProperty(GLStateType.BLEND_EQUATION_ALPHA,
222 blendEquationRgb, blendEquationAlpha);
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 234 GLenum blendEquationAlpha;
Context.cpp 69 mState.blendEquationAlpha = GL_FUNC_ADD_OES;
471 mState.blendEquationAlpha != alphaEquation)
474 mState.blendEquationAlpha = alphaEquation;
1236 case GL_BLEND_EQUATION_ALPHA_OES: *params = mState.blendEquationAlpha; break;
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Context.cpp 68 mState.blendEquationAlpha = GL_FUNC_ADD;
441 mState.blendEquationAlpha != alphaEquation)
444 mState.blendEquationAlpha = alphaEquation;
    [all...]
Context.h 436 GLenum blendEquationAlpha;
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.cpp 70 mState.blendEquationAlpha = GL_FUNC_ADD;
460 mState.blendEquationAlpha != alphaEquation)
463 mState.blendEquationAlpha = alphaEquation;
    [all...]
Context.h 350 GLenum blendEquationAlpha;

Completed in 437 milliseconds