Home
last modified time | relevance | path

Searched defs:_StencilKernel (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/osd/
H A DglXFBEvaluator.h2135 struct _StencilKernel { struct
2146 GLuint program;
2147 GLint uniformSrcBufferTexture;
2150 GLint uniformSizesTexture;
2151 GLint uniformOffsetsTexture;
2152 GLint uniformIndicesTexture;
2153 GLint uniformWeightsTexture;
2154 GLint uniformDuWeightsTexture;
2155 GLint uniformDvWeightsTexture;
2156 GLint uniformDuuWeightsTexture;
[all …]
H A DglComputeEvaluator.h2058 struct _StencilKernel { struct
2069 GLuint program;
2070 GLuint uniformStart;
2071 GLuint uniformEnd;
2072 GLuint uniformSrcOffset;
2073 GLuint uniformDstOffset;
2074 GLuint uniformDuDesc;
2075 GLuint uniformDvDesc;
2076 GLuint uniformDuuDesc;
2077 GLuint uniformDuvDesc;
[all …]
H A DglComputeEvaluator.cpp477 GLComputeEvaluator::_StencilKernel::_StencilKernel() : program(0) { in _StencilKernel() function in OpenSubdiv::OPENSUBDIV_VERSION::Osd::GLComputeEvaluator::_StencilKernel
H A DglXFBEvaluator.cpp868 GLXFBEvaluator::_StencilKernel::_StencilKernel() : program(0) { in _StencilKernel() function in OpenSubdiv::OPENSUBDIV_VERSION::Osd::GLXFBEvaluator::_StencilKernel