HomeSort by relevance Sort by last modified time
    Searched refs:fIntegerSupport (Results 1 - 16 of 16) sorted by null

  /external/skia/include/gpu/mock/
GrMockTypes.h 53 bool fIntegerSupport = false;
  /external/skqp/include/gpu/mock/
GrMockTypes.h 51 bool fIntegerSupport = false;
  /external/skqp/src/gpu/mock/
GrMockCaps.h 28 fShaderCaps->fIntegerSupport = options.fIntegerSupport;
  /external/skia/src/gpu/mock/
GrMockCaps.h 29 fShaderCaps->fIntegerSupport = options.fIntegerSupport;
  /external/skia/include/gpu/
GrShaderCaps.h 46 bool integerSupport() const { return fIntegerSupport; }
236 bool fIntegerSupport : 1;
  /external/skia/src/gpu/
GrShaderCaps.cpp 24 fIntegerSupport = false;
83 writer->appendBool("Integer Support", fIntegerSupport);
  /external/skqp/include/gpu/
GrShaderCaps.h 46 bool integerSupport() const { return fIntegerSupport; }
254 bool fIntegerSupport : 1;
  /external/skqp/src/gpu/
GrShaderCaps.cpp 24 fIntegerSupport = false;
89 writer->appendBool("Integer Support", fIntegerSupport);
  /external/skia/src/gpu/mtl/
GrMtlCaps.mm 235 shaderCaps->fIntegerSupport = true;
  /external/skqp/src/gpu/mtl/
GrMtlCaps.mm 224 shaderCaps->fIntegerSupport = true;
  /external/skia/tests/
GrCCPRTest.cpp 126 mockOptions.fIntegerSupport = true;
  /external/skqp/tests/
GrCCPRTest.cpp 125 mockOptions.fIntegerSupport = true;
  /external/skia/src/gpu/vk/
GrVkCaps.cpp 267 shaderCaps->fIntegerSupport = true;
  /external/skqp/src/gpu/vk/
GrVkCaps.cpp 263 shaderCaps->fIntegerSupport = true;
  /external/skia/src/gpu/gl/
GrGLCaps.cpp 313 shaderCaps->fIntegerSupport = ctxInfo.version() >= GR_GL_VER(3, 0) &&
333 shaderCaps->fIntegerSupport = ctxInfo.version() >= GR_GL_VER(3, 0) &&
    [all...]
  /external/skqp/src/gpu/gl/
GrGLCaps.cpp 313 shaderCaps->fIntegerSupport = ctxInfo.version() >= GR_GL_VER(3, 0) &&
333 shaderCaps->fIntegerSupport = ctxInfo.version() >= GR_GL_VER(3, 0) &&
    [all...]

Completed in 59 milliseconds