OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findAndRefTextureByUniqueKey
(Results
1 - 13
of
13
) sorted by null
/external/skia/include/gpu/
GrTextureProvider.h
47
GrTexture*
findAndRefTextureByUniqueKey
(const GrUniqueKey& key);
/external/skia/src/gpu/
GrResourceProvider.h
94
using GrTextureProvider::
findAndRefTextureByUniqueKey
;
GrImageIDTextureAdjuster.cpp
88
tex = this->context()->textureProvider()->
findAndRefTextureByUniqueKey
(fOriginalKey);
GrLayerAtlas.cpp
56
fTexture.reset(fTexProvider->
findAndRefTextureByUniqueKey
(get_layer_atlas_key()));
GrTextureProvider.cpp
159
GrTexture* GrTextureProvider::
findAndRefTextureByUniqueKey
(const GrUniqueKey& key) {
GrTextureParamsAdjuster.cpp
144
GrTexture* cachedCopy = context->textureProvider()->
findAndRefTextureByUniqueKey
(key);
442
GrTexture* result = fContext->textureProvider()->
findAndRefTextureByUniqueKey
(copyKey);
GrClipMaskManager.cpp
619
if (GrTexture* texture = resourceProvider->
findAndRefTextureByUniqueKey
(key)) {
[
all
...]
/external/skia/src/effects/
GrCircleBlurFragmentProcessor.cpp
245
GrTexture *blurProfile = textureProvider->
findAndRefTextureByUniqueKey
(key);
SkColorCubeFilter.cpp
315
context->textureProvider()->
findAndRefTextureByUniqueKey
(key));
SkBlurMaskFilter.cpp
792
GrTexture *blurProfile = textureProvider->
findAndRefTextureByUniqueKey
(key);
[
all
...]
/external/skia/src/core/
SkImageCacherator.cpp
258
if (GrTexture* tex = ctx->textureProvider()->
findAndRefTextureByUniqueKey
(key)) {
/external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp
204
fTexture = fDesc.fContext->textureProvider()->
findAndRefTextureByUniqueKey
(key);
/external/skia/tests/
GLProgramsTest.cpp
171
GrTexture* texture = textureProvider->
findAndRefTextureByUniqueKey
(key);
Completed in 409 milliseconds