Home
last modified time | relevance | path

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

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/osd/
H A DglComputeEvaluator.h2081 struct _PatchKernel { struct
2092 GLuint program;
2093 GLuint uniformSrcOffset;
2094 GLuint uniformDstOffset;
2095 GLuint uniformPatchArray;
2096 GLuint uniformDuDesc;
2097 GLuint uniformDvDesc;
2098 GLuint uniformDuuDesc;
2099 GLuint uniformDuvDesc;
2100 GLuint uniformDvvDesc;
H A DglXFBEvaluator.h2163 struct _PatchKernel { struct
2174 GLuint program;
2175 GLint uniformSrcBufferTexture;
2176 GLint uniformSrcOffset; // src buffer offset (in elements)
2178 GLint uniformPatchArraysUBOBinding;
2179 GLint uniformPatchParamTexture;
2180 GLint uniformPatchIndexTexture;
H A DglComputeEvaluator.cpp523 GLComputeEvaluator::_PatchKernel::_PatchKernel() : program(0) { in _PatchKernel() function in OpenSubdiv::OPENSUBDIV_VERSION::Osd::GLComputeEvaluator::_PatchKernel
H A DglXFBEvaluator.cpp918 GLXFBEvaluator::_PatchKernel::_PatchKernel() : program(0) { in _PatchKernel() function in OpenSubdiv::OPENSUBDIV_VERSION::Osd::GLXFBEvaluator::_PatchKernel