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

  /external/chromium_org/third_party/angle/src/libGLESv2/
angletypes.h 104 GLenum blendEquationAlpha;
State.cpp 62 mBlend.blendEquationAlpha = GL_FUNC_ADD;
379 mBlend.blendEquationAlpha = alphaEquation;
    [all...]
  /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/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
RenderStateCache.cpp 161 rtBlend.BlendOpAlpha = gl_d3d11::ConvertBlendOp(blendState.blendEquationAlpha);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Renderer9.cpp 787 blendState.blendEquationRGB != blendState.blendEquationAlpha)
793 mDevice->SetRenderState(D3DRS_BLENDOPALPHA, gl_d3d9::ConvertBlendOp(blendState.blendEquationAlpha));
    [all...]

Completed in 7209 milliseconds