OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FragmentProcessor
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/referencerenderer/
rrFragmentOperations.hpp
30
* wrapper.
FragmentProcessor
::render() operates on
92
*
FragmentProcessor
.render() draws a given set of fragments. No two
96
class
FragmentProcessor
99
FragmentProcessor
(void);
rrFragmentOperations.cpp
73
FragmentProcessor
::
FragmentProcessor
(void)
78
void
FragmentProcessor
::executeScissorTest (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, const WindowRectangle& scissorRect)
92
void
FragmentProcessor
::executeStencilCompare (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, const StencilState& stencilState, int numStencilBits, const tcu::ConstPixelBufferAccess& stencilBuffer)
130
void
FragmentProcessor
::executeStencilSFail (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, const StencilState& stencilState, int numStencilBits, const tcu::PixelBufferAccess& stencilBuffer)
165
void
FragmentProcessor
::executeDepthCompare (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, TestFunc depthFunc, const tcu::ConstPixelBufferAccess& depthBuffer)
251
void
FragmentProcessor
::executeDepthWrite (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, const tcu::PixelBufferAccess& depthBuffer)
266
void
FragmentProcessor
::executeStencilDpFailAndPass (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, const StencilState& stencilState, int numStencilBits, const tcu::PixelBufferAccess& stencilBuffer)
305
void
FragmentProcessor
::executeBlendFactorComputeRGB (const Vec4& blendColor, const BlendState& blendRGBState)
356
void
FragmentProcessor
::executeBlendFactorComputeA (const Vec4& blendColor, const BlendState& blendAState
[
all
...]
Completed in 220 milliseconds