HomeSort by relevance Sort by last modified time
    Searched defs:BlendState (Results 1 - 3 of 3) 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/
rrRenderState.hpp 196 struct BlendState
202 BlendState (void)
243 BlendState blendRGBState;
244 BlendState blendAState;
  /external/deqp/modules/gles31/functional/
es31fDrawBuffersIndexedTests.cpp 159 struct BlendState
161 BlendState (void) {}
163 BlendState (const Maybe<bool>& enableBlend_,
185 void setCommonBlendState (const glw::Functions& gl, const BlendState& blend)
229 void setIndexedBlendState (const glw::Functions& gl, const BlendState& blend, deUint32 index)
278 const BlendState& blendState,
283 const BlendState& getBlendState (void) const { return m_blendState; }
290 BlendState m_blendState;
293 DrawBufferInfo::DrawBufferInfo (bool render, const IVec2& size, const BlendState& blendState, const TextureFormat& format
    [all...]

Completed in 296 milliseconds