OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSamplerObjectCache
(Results
1 - 4
of
4
) sorted by null
/external/skqp/src/gpu/gl/
GrGLGpu.cpp
369
fSamplerObjectCache
.reset(new SamplerObjectCache(this));
410
fSamplerObjectCache
.reset();
439
if (
fSamplerObjectCache
) {
440
fSamplerObjectCache
->release();
446
if (
fSamplerObjectCache
) {
447
fSamplerObjectCache
->abandon();
559
if (
fSamplerObjectCache
) {
560
fSamplerObjectCache
->invalidateBindings();
[
all
...]
GrGLGpu.h
627
std::unique_ptr<SamplerObjectCache>
fSamplerObjectCache
;
/external/skia/src/gpu/gl/
GrGLGpu.cpp
412
fSamplerObjectCache
.reset(new SamplerObjectCache(this));
453
fSamplerObjectCache
.reset();
482
if (
fSamplerObjectCache
) {
483
fSamplerObjectCache
->release();
489
if (
fSamplerObjectCache
) {
490
fSamplerObjectCache
->abandon();
595
if (
fSamplerObjectCache
) {
596
fSamplerObjectCache
->invalidateBindings();
[
all
...]
GrGLGpu.h
660
std::unique_ptr<SamplerObjectCache>
fSamplerObjectCache
;
Completed in 210 milliseconds