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

  /external/skia/include/gpu/
GrShaderCaps.h 57 bool fbFetchNeedsCustomOutput() const { return fFBFetchNeedsCustomOutput; }
  /external/skia/src/gpu/glsl/
GrGLSLFragmentShaderBuilder.cpp 110 if (shaderCaps->fbFetchNeedsCustomOutput()) {
  /external/skqp/include/gpu/
GrShaderCaps.h 57 bool fbFetchNeedsCustomOutput() const { return fFBFetchNeedsCustomOutput; }
  /external/skia/src/sksl/
SkSLUtil.h 82 bool fbFetchNeedsCustomOutput() const {
SkSLIRGenerator.cpp 128 CAP(fbFetchNeedsCustomOutput);
    [all...]
  /external/skqp/src/sksl/
SkSLUtil.h 82 bool fbFetchNeedsCustomOutput() const {
SkSLIRGenerator.cpp 128 CAP(fbFetchNeedsCustomOutput);
    [all...]
  /external/skqp/src/gpu/glsl/
GrGLSLFragmentShaderBuilder.cpp 193 if (shaderCaps->fbFetchNeedsCustomOutput()) {

Completed in 164 milliseconds