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

  /external/deqp/modules/glshared/
glsInteractionTestUtil.hpp 43 struct BlendState
49 BlendState (void)
94 BlendState blendRGBState;
95 BlendState blendAState;
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.hpp 140 void executeBlendFactorComputeRGB (const tcu::Vec4& blendColor, const BlendState& blendRGBState);
141 void executeBlendFactorComputeA (const tcu::Vec4& blendColor, const BlendState& blendAState);
142 void executeBlend (const BlendState& blendRGBState, const BlendState& blendAState);
rrRenderState.hpp 196 struct BlendState
202 BlendState (void)
243 BlendState blendRGBState;
244 BlendState blendAState;
rrFragmentOperations.cpp 304 void FragmentProcessor::executeBlendFactorComputeRGB (const Vec4& blendColor, const BlendState& blendRGBState)
355 void FragmentProcessor::executeBlendFactorComputeA (const Vec4& blendColor, const BlendState& blendAState)
406 void FragmentProcessor::executeBlend (const BlendState& blendRGBState, const BlendState& blendAState)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
RenderStateCache.h 33 ID3D11BlendState *getBlendState(const gl::Framebuffer *framebuffer, const gl::BlendState &blendState);
46 gl::BlendState blendState;
49 static std::size_t hashBlendState(const BlendStateKey &blendState);
RenderStateCache.cpp 68 std::size_t RenderStateCache::hashBlendState(const BlendStateKey &blendState)
73 MurmurHash3_x86_32(&blendState, sizeof(gl::BlendState), seed, &hash);
82 ID3D11BlendState *RenderStateCache::getBlendState(const gl::Framebuffer *framebuffer, const gl::BlendState &blendState)
93 key.blendState = blendState;
146 blendDesc.AlphaToCoverageEnable = blendState.sampleAlphaToCoverage;
153 rtBlend.BlendEnable = blendState.blend;
154 if (blendState.blend
    [all...]
Renderer11.h 69 virtual void setBlendState(gl::Framebuffer *framebuffer, const gl::BlendState &blendState, const gl::ColorF &blendColor,
327 gl::BlendState mCurBlendState;
Renderer11.cpp 757 void Renderer11::setBlendState(gl::Framebuffer *framebuffer, const gl::BlendState &blendState, const gl::ColorF &blendColor,
761 memcmp(&blendState, &mCurBlendState, sizeof(gl::BlendState)) != 0 ||
765 ID3D11BlendState *dxBlendState = mStateCache.getBlendState(framebuffer, blendState);
773 if (blendState.sourceBlendRGB != GL_CONSTANT_ALPHA && blendState.sourceBlendRGB != GL_ONE_MINUS_CONSTANT_ALPHA &&
774 blendState.destBlendRGB != GL_CONSTANT_ALPHA && blendState.destBlendRGB != GL_ONE_MINUS_CONSTANT_ALPHA)
791 mCurBlendState = blendState;
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Renderer9.h 69 virtual void setBlendState(gl::Framebuffer *framebuffer, const gl::BlendState &blendState, const gl::ColorF &blendColor,
363 gl::BlendState mCurBlendState;
Renderer9.cpp 878 void Renderer9::setBlendState(gl::Framebuffer *framebuffer, const gl::BlendState &blendState, const gl::ColorF &blendColor,
881 bool blendStateChanged = mForceSetBlendState || memcmp(&blendState, &mCurBlendState, sizeof(gl::BlendState)) != 0;
887 if (blendState.blend)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
angletypes.h 107 struct BlendState
Context.h 80 BlendState blend;
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 88 void translateBlendState (const BlendState& src, rr::BlendState& dst)
  /external/deqp/modules/gles3/functional/
es3fRandomFragmentOpTests.cpp 88 void translateBlendState (const BlendState& src, rr::BlendState& dst)
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer.h 110 virtual void setBlendState(gl::Framebuffer *framebuffer, const gl::BlendState &blendState, const gl::ColorF &blendColor,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 117 IMPLEMENT_OBJECT_DTOR(BlendState, blend)
d3d11_context.h     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 117 IMPLEMENT_OBJECT_DTOR(BlendState, blend)
d3d11_context.h     [all...]

Completed in 814 milliseconds