Home
last modified time | relevance | path

Searched defs:usesPointCoord (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DShaderD3D.h75 bool usesPointCoord() const { return mUsesPointCoord; } in usesPointCoord() function
DDynamicHLSL.cpp1017 const bool usesPointCoord = preambleString.find("gl_PointCoord") != std::string::npos; in generateGeometryShaderHLSL() local
DProgramD3D.cpp440 bool ProgramD3DMetadata::usesPointCoord() const in usesPointCoord() function in rx::ProgramD3DMetadata
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetalDirect.cpp827 bool usesPointCoord = false; in translateImpl() local
DTranslatorVulkan.cpp1029 bool usesPointCoord = false; in translateImpl() local