OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refScratchTexture
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/gpu/
GrTextureProvider.h
72
GrTexture*
refScratchTexture
(const GrSurfaceDesc& desc, ScratchTexMatch match) {
137
GrTexture*
refScratchTexture
(const GrSurfaceDesc&, uint32_t scratchTextureFlags);
/external/skia/src/gpu/
GrTextureProvider.cpp
46
if (GrTexture* texture = this->
refScratchTexture
(desc, kFlags)) {
75
return this->
refScratchTexture
(desc, scratchFlags);
79
GrTexture* GrTextureProvider::
refScratchTexture
(const GrSurfaceDesc& inDesc,
Completed in 96 milliseconds