Home
last modified time | relevance | path

Searched refs:precompiledProgram (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpuProgramCache.cpp21 Entry(const GrGLPrecompiledProgram& precompiledProgram) in Entry()
22 : fPrecompiledProgram(precompiledProgram) {} in Entry()
63 const GrGLPrecompiledProgram* precompiledProgram = &((*entry)->fPrecompiledProgram); in refProgram() local
64 SkASSERT(precompiledProgram->fProgramID != 0); in refProgram()
67 precompiledProgram); in refProgram()
99 GrGLPrecompiledProgram precompiledProgram; in precompileShader() local
100 if (!GrGLProgramBuilder::PrecompileProgram(&precompiledProgram, fGpu, data)) { in precompileShader()
104 fMap.insert(desc, std::unique_ptr<Entry>(new Entry(precompiledProgram))); in precompileShader()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpuProgramCache.cpp21 Entry(const GrGLPrecompiledProgram& precompiledProgram) in Entry()
22 : fPrecompiledProgram(precompiledProgram) {} in Entry()
63 const GrGLPrecompiledProgram* precompiledProgram = &((*entry)->fPrecompiledProgram); in refProgram() local
64 SkASSERT(precompiledProgram->fProgramID != 0); in refProgram()
67 precompiledProgram); in refProgram()
99 GrGLPrecompiledProgram precompiledProgram; in precompileShader() local
100 if (!GrGLProgramBuilder::PrecompileProgram(&precompiledProgram, fGpu, data)) { in precompileShader()
104 fMap.insert(desc, std::unique_ptr<Entry>(new Entry(precompiledProgram))); in precompileShader()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpuProgramCache.cpp21 Entry(const GrGLPrecompiledProgram& precompiledProgram) in Entry()
22 : fPrecompiledProgram(precompiledProgram) {} in Entry()
63 const GrGLPrecompiledProgram* precompiledProgram = &((*entry)->fPrecompiledProgram); in refProgram() local
64 SkASSERT(precompiledProgram->fProgramID != 0); in refProgram()
67 precompiledProgram); in refProgram()
99 GrGLPrecompiledProgram precompiledProgram; in precompileShader() local
100 if (!GrGLProgramBuilder::PrecompileProgram(&precompiledProgram, fGpu, data)) { in precompileShader()
104 fMap.insert(desc, std::unique_ptr<Entry>(new Entry(precompiledProgram))); in precompileShader()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpuProgramCache.cpp21 Entry(const GrGLPrecompiledProgram& precompiledProgram) in Entry()
22 : fPrecompiledProgram(precompiledProgram) {} in Entry()
63 const GrGLPrecompiledProgram* precompiledProgram = &((*entry)->fPrecompiledProgram); in refProgram() local
64 SkASSERT(precompiledProgram->fProgramID != 0); in refProgram()
67 precompiledProgram); in refProgram()
99 GrGLPrecompiledProgram precompiledProgram; in precompileShader() local
100 if (!GrGLProgramBuilder::PrecompileProgram(&precompiledProgram, fGpu, data)) { in precompileShader()
104 fMap.insert(desc, std::unique_ptr<Entry>(new Entry(precompiledProgram))); in precompileShader()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLGpuProgramCache.cpp21 Entry(const GrGLPrecompiledProgram& precompiledProgram) in Entry()
22 : fPrecompiledProgram(precompiledProgram) {} in Entry()
77 const GrGLPrecompiledProgram* precompiledProgram = &((*entry)->fPrecompiledProgram); in findOrCreateProgram() local
78 SkASSERT(precompiledProgram->fProgramID != 0); in findOrCreateProgram()
80 programInfo, precompiledProgram); in findOrCreateProgram()
117 GrGLPrecompiledProgram precompiledProgram; in precompileShader() local
118 if (!GrGLProgramBuilder::PrecompileProgram(&precompiledProgram, fGpu, data)) { in precompileShader()
122 fMap.insert(desc, std::unique_ptr<Entry>(new Entry(precompiledProgram))); in precompileShader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLGpuProgramCache.cpp24 Entry(const GrGLPrecompiledProgram& precompiledProgram) in Entry()
25 : fPrecompiledProgram(precompiledProgram) {} in Entry()
80 const GrGLPrecompiledProgram* precompiledProgram = &((*entry)->fPrecompiledProgram); in findOrCreateProgram() local
81 SkASSERT(precompiledProgram->fProgramID != 0); in findOrCreateProgram()
83 programInfo, precompiledProgram); in findOrCreateProgram()
120 GrGLPrecompiledProgram precompiledProgram; in precompileShader() local
121 if (!GrGLProgramBuilder::PrecompileProgram(&precompiledProgram, fGpu, data)) { in precompileShader()
125 fMap.insert(desc, std::make_unique<Entry>(precompiledProgram)); in precompileShader()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp61 if (persistentCache && !precompiledProgram) { in CreateProgram()
71 return builder.finalize(precompiledProgram); in CreateProgram()
206 if (precompiledProgram) { in finalize()
207 programID = precompiledProgram->fProgramID; in finalize()
218 !precompiledProgram) { in finalize()
250 if (precompiledProgram) { in finalize()
253 this->addInputVars(precompiledProgram->fInputs); in finalize()
409 if (!cached && !primProc.isPathRendering() && !precompiledProgram) { in finalize()
521 bool GrGLProgramBuilder::PrecompileProgram(GrGLPrecompiledProgram* precompiledProgram, in PrecompileProgram() argument
606 precompiledProgram->fProgramID = programID; in PrecompileProgram()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp61 if (persistentCache && !precompiledProgram) { in CreateProgram()
71 return builder.finalize(precompiledProgram); in CreateProgram()
206 if (precompiledProgram) { in finalize()
207 programID = precompiledProgram->fProgramID; in finalize()
218 !precompiledProgram) { in finalize()
250 if (precompiledProgram) { in finalize()
253 this->addInputVars(precompiledProgram->fInputs); in finalize()
409 if (!cached && !primProc.isPathRendering() && !precompiledProgram) { in finalize()
521 bool GrGLProgramBuilder::PrecompileProgram(GrGLPrecompiledProgram* precompiledProgram, in PrecompileProgram() argument
606 precompiledProgram->fProgramID = programID; in PrecompileProgram()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp62 if (persistentCache && !precompiledProgram) { in CreateProgram()
72 return builder.finalize(precompiledProgram); in CreateProgram()
207 if (precompiledProgram) { in finalize()
208 programID = precompiledProgram->fProgramID; in finalize()
219 !precompiledProgram) { in finalize()
249 if (precompiledProgram) { in finalize()
252 this->addInputVars(precompiledProgram->fInputs); in finalize()
440 if (!cached && !primProc.willUseTessellationShaders() && !precompiledProgram) { in finalize()
554 bool GrGLProgramBuilder::PrecompileProgram(GrGLPrecompiledProgram* precompiledProgram, in PrecompileProgram() argument
639 precompiledProgram->fProgramID = programID; in PrecompileProgram()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp61 if (persistentCache && !precompiledProgram) { in CreateProgram()
71 return builder.finalize(precompiledProgram); in CreateProgram()
206 if (precompiledProgram) { in finalize()
207 programID = precompiledProgram->fProgramID; in finalize()
218 !precompiledProgram) { in finalize()
250 if (precompiledProgram) { in finalize()
253 this->addInputVars(precompiledProgram->fInputs); in finalize()
409 if (!cached && !primProc.isPathRendering() && !precompiledProgram) { in finalize()
521 bool GrGLProgramBuilder::PrecompileProgram(GrGLPrecompiledProgram* precompiledProgram, in PrecompileProgram() argument
606 precompiledProgram->fProgramID = programID; in PrecompileProgram()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp61 if (persistentCache && !precompiledProgram) { in CreateProgram()
71 return builder.finalize(precompiledProgram); in CreateProgram()
206 if (precompiledProgram) { in finalize()
207 programID = precompiledProgram->fProgramID; in finalize()
218 !precompiledProgram) { in finalize()
250 if (precompiledProgram) { in finalize()
253 this->addInputVars(precompiledProgram->fInputs); in finalize()
409 if (!cached && !primProc.isPathRendering() && !precompiledProgram) { in finalize()
521 bool GrGLProgramBuilder::PrecompileProgram(GrGLPrecompiledProgram* precompiledProgram, in PrecompileProgram() argument
606 precompiledProgram->fProgramID = programID; in PrecompileProgram()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp63 if (persistentCache && !precompiledProgram) { in CreateProgram()
73 return builder.finalize(precompiledProgram); in CreateProgram()
211 if (precompiledProgram) { in finalize()
212 programID = precompiledProgram->fProgramID; in finalize()
223 !precompiledProgram) { in finalize()
252 if (precompiledProgram) { in finalize()
255 this->addInputVars(precompiledProgram->fInputs); in finalize()
457 if (!cached && !primProc.willUseTessellationShaders() && !precompiledProgram) { in finalize()
570 bool GrGLProgramBuilder::PrecompileProgram(GrGLPrecompiledProgram* precompiledProgram, in PrecompileProgram() argument
657 precompiledProgram->fProgramID = programID; in PrecompileProgram()
[all …]