OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTFModeForPrimitiveMode
(Results
1 - 6
of
6
) sorted by null
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderUtils.hpp
305
static glw::GLenum
getTFModeForPrimitiveMode
(_tessellation_primitive_mode primitive_mode, bool is_point_mode);
esextcTessellationShaderUtils.cpp
144
TessellationShaderUtils::
getTFModeForPrimitiveMode
(program.primitive_mode, program.is_point_mode_enabled);
[
all
...]
esextcTessellationShaderTessellation.cpp
663
TessellationShaderUtils::
getTFModeForPrimitiveMode
(run.primitive_mode, false); /* is_point_mode_enabled */
[
all
...]
esextcTessellationShaderVertexOrdering.cpp
420
glw::GLenum tf_mode = TessellationShaderUtils::
getTFModeForPrimitiveMode
(primitive_mode, is_point_mode_enabled);
esextcTessellationShaderInvariance.cpp
592
glw::GLenum tf_mode = TessellationShaderUtils::
getTFModeForPrimitiveMode
(primitive_mode, is_point_mode);
[
all
...]
esextcTessellationShaderTCTE.cpp
816
TessellationShaderUtils::
getTFModeForPrimitiveMode
(run.primitive_mode, true); /* is_point_mode_enabled */
[
all
...]
Completed in 580 milliseconds