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

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
angletypes.h 68 GLenum blendEquationAlpha;
Context.cpp 76 mState.blend.blendEquationAlpha = GL_FUNC_ADD;
420 mState.blend.blendEquationAlpha = alphaEquation;
    [all...]
  /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/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
RenderStateCache.cpp 140 rtBlend.BlendOpAlpha = gl_d3d11::ConvertBlendOp(blendState.blendEquationAlpha);
Renderer9.cpp 862 blendState.blendEquationRGB != blendState.blendEquationAlpha)
868 mDevice->SetRenderState(D3DRS_BLENDOPALPHA, gl_d3d9::ConvertBlendOp(blendState.blendEquationAlpha));
    [all...]
Renderer11.cpp     [all...]

Completed in 218 milliseconds