HomeSort by relevance Sort by last modified time
    Searched defs:usesPrecisionModifiers (Results 1 - 8 of 8) sorted by null

  /external/skia/src/sksl/
SkSLUtil.h 70 bool usesPrecisionModifiers() const {
199 static sk_sp<GrShaderCaps> UsesPrecisionModifiers() {
SkSLCPPCodeGenerator.cpp 54 bool CPPCodeGenerator::usesPrecisionModifiers() const {
    [all...]
SkSLGLSLCodeGenerator.cpp 70 bool GLSLCodeGenerator::usesPrecisionModifiers() const {
71 return fProgram.fSettings.fCaps->usesPrecisionModifiers();
612 const char* precision = usesPrecisionModifiers() ? "highp " : "";
651 const char* precision = usesPrecisionModifiers() ? "highp " : "";
658 const char* precision = usesPrecisionModifiers() ? "highp " : "";
    [all...]
  /external/skqp/src/sksl/
SkSLUtil.h 70 bool usesPrecisionModifiers() const {
211 static sk_sp<GrShaderCaps> UsesPrecisionModifiers() {
SkSLCPPCodeGenerator.cpp 54 bool CPPCodeGenerator::usesPrecisionModifiers() const {
    [all...]
SkSLGLSLCodeGenerator.cpp 70 bool GLSLCodeGenerator::usesPrecisionModifiers() const {
71 return fProgram.fSettings.fCaps->usesPrecisionModifiers();
602 const char* precision = usesPrecisionModifiers() ? "highp " : "";
641 const char* precision = usesPrecisionModifiers() ? "highp " : "";
648 const char* precision = usesPrecisionModifiers() ? "highp " : "";
    [all...]
  /external/skia/include/gpu/
GrShaderCaps.h 97 bool usesPrecisionModifiers() const { return fUsesPrecisionModifiers; }
  /external/skqp/include/gpu/
GrShaderCaps.h 105 bool usesPrecisionModifiers() const { return fUsesPrecisionModifiers; }

Completed in 240 milliseconds