Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h234 vertexSpacing(EvsNone), vertexOrder(EvoNone), pointMode(false), earlyFragmentTests(false),
562 void setPointMode() { pointMode = true; } in setPointMode()
563 bool getPointMode() const { return pointMode; } in getPointMode()
775 bool pointMode; variable
DlinkValidate.cpp190 MERGE_TRUE(pointMode); in mergeModes()
DintermOut.cpp1439 if (pointMode) in output()
DParseHelper.cpp4796 publicType.shaderQualifiers.pointMode = true; in setLayoutQualifier()
5741 if (shaderQualifiers.pointMode) in checkNoShaderLayouts()
7541 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.h1114 bool pointMode; member
1139 pointMode = false; in init()
1177 if (src.pointMode) in merge()
1178 pointMode = true; in merge()
/external/skia/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/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.cpp4099 long Run(bool pointMode = false) in Run() argument
4104 …_program = CreateProgram(pointMode ? shaders::vshSimple_point<api>() : shaders::vshSimple<api>(), … in Run()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp8987 if (publicType.shaderQualifiers.pointMode) in updateStandaloneQualifierDefaults()