Home
last modified time | relevance | path

Searched refs:pointMode (Results 1 – 10 of 10) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h304 …vertexSpacing(EvsNone), vertexOrder(EvoNone), interlockOrdering(EioNone), pointMode(false), earlyF…
738 void setPointMode() { pointMode = true; } in setPointMode()
739 bool getPointMode() const { return pointMode; } in getPointMode()
1018 bool pointMode; variable
DlinkValidate.cpp196 MERGE_TRUE(pointMode); in mergeModes()
DintermOut.cpp1508 if (pointMode) in output()
DParseHelper.cpp5151 publicType.shaderQualifiers.pointMode = true; in setLayoutQualifier()
6187 if (shaderQualifiers.pointMode) in checkNoShaderLayouts()
8446 if (publicType.shaderQualifiers.pointMode) { in updateStandaloneQualifierDefaults()
/external/deqp/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp1581 …ationOutputDescription (TessellationOutputType tessellationOutput, TessellationPointMode pointMode) in getTessellationOutputDescription() argument
1585 …case TESSELLATION_OUT_TRIANGLES: return (pointMode) ? ("points (triangles in point mode)") : ("tri… in getTessellationOutputDescription()
1586 …case TESSELLATION_OUT_QUADS: return (pointMode) ? ("points (quads in point mode)") : ("quads"… in getTessellationOutputDescription()
1587 …case TESSELLATION_OUT_ISOLINES: return (pointMode) ? ("points (isolines in point mode)") : ("iso… in getTessellationOutputDescription()
1594 …ometryInputDescription (TessellationOutputType tessellationOutput, TessellationPointMode pointMode) in getGeometryInputDescription() argument
1598 case TESSELLATION_OUT_TRIANGLES: return (pointMode) ? ("points") : ("triangles"); in getGeometryInputDescription()
1599 case TESSELLATION_OUT_QUADS: return (pointMode) ? ("points") : ("triangles"); in getGeometryInputDescription()
1600 case TESSELLATION_OUT_ISOLINES: return (pointMode) ? ("points") : ("lines"); in getGeometryInputDescription()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h1240 bool pointMode; member
1270 pointMode = false; in init()
1319 if (src.pointMode) in merge()
1320 pointMode = true; in merge()
/external/skia/fuzz/
DFuzzCanvas.cpp1177 SkCanvas::PointMode pointMode; in fuzz_canvas() local
1178 fuzz->nextRange(&pointMode, in fuzz_canvas()
1185 canvas->drawPoints(pointMode, count, pts, paint); in fuzz_canvas()
/external/skqp/fuzz/
DFuzzCanvas.cpp1207 SkCanvas::PointMode pointMode; in fuzz_canvas() local
1208 fuzz->nextRange(&pointMode, in fuzz_canvas()
1215 canvas->drawPoints(pointMode, count, pts, paint); in fuzz_canvas()
/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp4109 long Run(bool pointMode = false) in Run() argument
4114 …_program = CreateProgram(pointMode ? shaders::vshSimple_point<api>() : shaders::vshSimple<api>(), … in Run()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp9180 if (publicType.shaderQualifiers.pointMode) in updateStandaloneQualifierDefaults()