Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DShader.h120 bool enablesPerSampleShading() const { return mCompiledShaderState.enablesPerSampleShading; } in enablesPerSampleShading() function
218 bool enablesPerSampleShading() const in enablesPerSampleShading() function
DProgramExecutable.h240 bool enablesPerSampleShading() const { return mEnablesPerSampleShading; } in enablesPerSampleShading() function
/external/angle/src/common/
DCompiledShaderState.h72 bool enablesPerSampleShading; member
/external/angle/src/compiler/translator/
DCompiler.h117 bool enablesPerSampleShading() const { return mEnablesPerSampleShading; } in enablesPerSampleShading() function