Home
last modified time | relevance | path

Searched refs:backendTexture (Results 1 – 22 of 22) sorted by relevance

/external/skia/include/core/
DSkImage.h166 const GrBackendTexture& backendTexture, in MakeFromTexture() argument
170 return MakeFromTexture(context, backendTexture, origin, alphaType, colorSpace, nullptr, in MakeFromTexture()
177 const GrBackendTexture& backendTexture,
203 const GrBackendTexture& backendTexture, in MakeFromTexture() argument
208 return MakeFromTexture(context, backendTexture, origin, colorType, alphaType, colorSpace, in MakeFromTexture()
234 const GrBackendTexture& backendTexture,
299 const GrBackendTexture& backendTexture,
323 const GrBackendTexture& backendTexture,
878 GrBackendTexture* backendTexture,
DSkSurface.h182 const GrBackendTexture& backendTexture,
214 const GrBackendTexture& backendTexture,
295 const GrBackendTexture& backendTexture,
323 const GrBackendTexture& backendTexture,
/external/skqp/include/core/
DSkImage.h105 const GrBackendTexture& backendTexture, in MakeFromTexture() argument
109 return MakeFromTexture(context, backendTexture, origin, alphaType, colorSpace, nullptr, in MakeFromTexture()
124 const GrBackendTexture& backendTexture,
142 const GrBackendTexture& backendTexture, in MakeFromTexture() argument
147 return MakeFromTexture(context, backendTexture, origin, colorType, alphaType, colorSpace, in MakeFromTexture()
163 const GrBackendTexture& backendTexture,
217 const GrBackendTexture& backendTexture,
237 const GrBackendTexture& backendTexture,
580 GrBackendTexture* backendTexture,
DSkSurface.h97 const GrBackendTexture& backendTexture,
115 const GrBackendTexture& backendTexture,
149 const GrBackendTexture& backendTexture,
169 const GrBackendTexture& backendTexture,
/external/skqp/src/gpu/
DGrBackendTextureImageGenerator.cpp50 GrBackendTexture backendTexture = texture->getBackendTexture(); in Make() local
55 info, texture.get(), origin, context->uniqueID(), std::move(semaphore), backendTexture)); in Make()
134 GrBackendTexture backendTexture = fBackendTexture; in onGenerateTexture() local
138 [refHelper, releaseProcHelper, semaphore, backendTexture] in onGenerateTexture()
163 tex = resourceProvider->wrapBackendTexture(backendTexture, in onGenerateTexture()
DGrTexture.cpp61 GrBackendTexture* backendTexture, in StealBackendTexture() argument
67 if (!texture->onStealBackendTexture(backendTexture, releaseProc)) { in StealBackendTexture()
/external/skia/src/gpu/
DGrBackendTextureImageGenerator.cpp50 GrBackendTexture backendTexture = texture->getBackendTexture(); in Make() local
55 info, texture.get(), origin, context->uniqueID(), std::move(semaphore), backendTexture)); in Make()
134 GrBackendTexture backendTexture = fBackendTexture; in onGenerateTexture() local
138 [refHelper, releaseProcHelper, semaphore, backendTexture] in onGenerateTexture()
163 tex = resourceProvider->wrapBackendTexture(backendTexture, in onGenerateTexture()
DGrTexture.cpp61 GrBackendTexture* backendTexture, in StealBackendTexture() argument
67 if (!texture->onStealBackendTexture(backendTexture, releaseProc)) { in StealBackendTexture()
/external/skia/src/gpu/gl/
DGrGLTexture.cpp109 bool GrGLTexture::onStealBackendTexture(GrBackendTexture* backendTexture, in onStealBackendTexture() argument
111 *backendTexture = GrBackendTexture(width(), height(), config(), fInfo); in onStealBackendTexture()
/external/skqp/src/gpu/gl/
DGrGLTexture.cpp126 bool GrGLTexture::onStealBackendTexture(GrBackendTexture* backendTexture, in onStealBackendTexture() argument
128 *backendTexture = GrBackendTexture(width(), height(), config(), fInfo); in onStealBackendTexture()
/external/skqp/docs/
DSkSurface_Reference.bmh343 const GrBackendTexture& backendTexture,
351 creates an intermediate MSAA Surface which is used for drawing backendTexture.
353 Surface is returned if all parameters are valid. backendTexture is valid if
355 backendTexture has an sRGB configuration, then context must support sRGB,
356 and colorSpace must be present. Further, backendTexture width and height must
363 #Param backendTexture texture residing on GPU ##
399 const GrBackendTexture& backendTexture,
407 creates an intermediate MSAA Surface which is used for drawing backendTexture.
409 Surface is returned if all parameters are valid. backendTexture is valid if
411 backendTexture has an sRGB configuration, then context must support sRGB,
[all …]
DSkImage_Reference.bmh354 const GrBackendTexture& backendTexture,
365 #Param backendTexture texture residing on GPU ##
379 const GrBackendTexture& backendTexture,
391 #Param backendTexture texture residing on GPU ##
407 const GrBackendTexture& backendTexture,
416 Image is returned if format of backendTexture is recognized and supported.
420 #Param backendTexture texture residing on GPU ##
462 const GrBackendTexture& backendTexture,
474 Image is returned if format of backendTexture is recognized and supported.
478 #Param backendTexture texture residing on GPU ##
[all …]
/external/skia/docs/
DSkImage_Reference.bmh356 const GrBackendTexture& backendTexture,
366 const GrBackendTexture& backendTexture,
379 const GrBackendTexture& backendTexture,
389 Image is returned if format of backendTexture is recognized and supported.
393 #Param backendTexture texture residing on GPU ##
435 const GrBackendTexture& backendTexture,
447 Image is returned if format of backendTexture is recognized and supported.
451 #Param backendTexture texture residing on GPU ##
594 const GrBackendTexture& backendTexture,
604 const GrBackendTexture& backendTexture,
[all …]
DSkSurface_Reference.bmh350 const GrBackendTexture& backendTexture,
359 creates an intermediate MSAA Surface which is used for drawing backendTexture.
361 Surface is returned if all parameters are valid. backendTexture is valid if
363 backendTexture has an sRGB configuration, then context must support sRGB,
364 and colorSpace must be present. Further, backendTexture width and height must
371 #Param backendTexture texture residing on GPU ##
407 const GrBackendTexture& backendTexture,
415 creates an intermediate MSAA Surface which is used for drawing backendTexture.
417 Surface is returned if all parameters are valid. backendTexture is valid if
419 backendTexture has an sRGB configuration, then context must support sRGB,
[all …]
/external/skqp/tests/
DSurfaceSemaphoreTest.cpp68 GrBackendTexture backendTexture = GrTest::CreateBackendTexture(childInfo.backend(), in draw_child() local
85 backendTexture, in draw_child()
/external/skia/tests/
DSurfaceSemaphoreTest.cpp68 GrBackendTexture backendTexture = GrTest::CreateBackendTexture(childInfo.backend(), in draw_child() local
85 backendTexture, in draw_child()
/external/skia/src/image/
DSkImage_Gpu.cpp685 GrBackendTexture* backendTexture, in MakeBackendTextureFromSkImage() argument
687 if (!image || !ctx || !backendTexture || !releaseProc) { in MakeBackendTextureFromSkImage()
742 return GrTexture::StealBackendTexture(std::move(textureRef), backendTexture, releaseProc); in MakeBackendTextureFromSkImage()
/external/skia/site/user/api/
DSkImage_Reference.md86 …xture_3">MakeFromTexture(GrContext* context, const GrBackendTexture& backendTexture, GrSurfaceOrig…
426 …ic sk_sp<SkImage> MakeFromTexture(GrContext* context, const GrBackendTexture& backendTexture,
436 …ic sk_sp<SkImage> MakeFromTexture(GrContext* context, const GrBackendTexture& backendTexture,
449 …ic sk_sp<SkImage> MakeFromTexture(GrContext* context, const GrBackendTexture& backendTexture,
457 …ned if format of <a href="#SkImage_MakeFromTexture_3_backendTexture">backendTexture</a> is recogni…
464 …td><a name="SkImage_MakeFromTexture_3_backendTexture"> <code><strong>backendTexture </strong></cod…
498 …ic sk_sp&lt;SkImage&gt; MakeFromTexture(GrContext* context, const GrBackendTexture& backendTexture,
509 …ned if format of <a href="#SkImage_MakeFromTexture_4_backendTexture">backendTexture</a> is recogni…
516 …td><a name="SkImage_MakeFromTexture_4_backendTexture"> <code><strong>backendTexture </strong></cod…
661 const GrBackendTexture& backendTexture,
[all …]
DSkSurface_Reference.md372 const GrBackendTexture& backendTexture,
380 … is used for drawing <a href="#SkSurface_MakeFromBackendTexture_backendTexture">backendTexture</a>.
382 …re valid. <a href="#SkSurface_MakeFromBackendTexture_backendTexture">backendTexture</a> is valid if
384 <a href="#SkSurface_MakeFromBackendTexture_backendTexture">backendTexture</a> has an sRGB configura…
385 … Further, <a href="#SkSurface_MakeFromBackendTexture_backendTexture">backendTexture</a> width and …
395 …ame="SkSurface_MakeFromBackendTexture_backendTexture"> <code><strong>backendTexture </strong></cod…
444 const GrBackendTexture& backendTexture,
453 …s used for drawing <a href="#SkSurface_MakeFromBackendTexture_2_backendTexture">backendTexture</a>.
455 … valid. <a href="#SkSurface_MakeFromBackendTexture_2_backendTexture">backendTexture</a> is valid if
457 <a href="#SkSurface_MakeFromBackendTexture_2_backendTexture">backendTexture</a> has an sRGB configu…
[all …]
/external/skqp/site/user/api/
DSkSurface_Reference.md362 const GrBackendTexture& backendTexture,
370 … is used for drawing <a href="#SkSurface_MakeFromBackendTexture_backendTexture">backendTexture</a>.
372 …re valid. <a href="#SkSurface_MakeFromBackendTexture_backendTexture">backendTexture</a> is valid if
374 <a href="#SkSurface_MakeFromBackendTexture_backendTexture">backendTexture</a> has an sRGB configura…
375 … Further, <a href="#SkSurface_MakeFromBackendTexture_backendTexture">backendTexture</a> width and …
385 …ame="SkSurface_MakeFromBackendTexture_backendTexture"> <code><strong>backendTexture </strong></cod…
434 const GrBackendTexture& backendTexture,
443 …s used for drawing <a href="#SkSurface_MakeFromBackendTexture_2_backendTexture">backendTexture</a>.
445 … valid. <a href="#SkSurface_MakeFromBackendTexture_2_backendTexture">backendTexture</a> is valid if
447 <a href="#SkSurface_MakeFromBackendTexture_2_backendTexture">backendTexture</a> has an sRGB configu…
[all …]
DSkImage_Reference.md422 …ic sk_sp&lt;SkImage&gt; MakeFromTexture(GrContext* context, const GrBackendTexture& backendTexture,
433 …</tr> <tr> <td><a name="SkImage_MakeFromTexture_backendTexture"> <code><strong>backendTexture
454 …ic sk_sp&lt;SkImage&gt; MakeFromTexture(GrContext* context, const GrBackendTexture& backendTexture,
467 …td><a name="SkImage_MakeFromTexture_2_backendTexture"> <code><strong>backendTexture </strong></cod…
492 …ic sk_sp&lt;SkImage&gt; MakeFromTexture(GrContext* context, const GrBackendTexture& backendTexture,
500 …ned if format of <a href="#SkImage_MakeFromTexture_3_backendTexture">backendTexture</a> is recogni…
507 …td><a name="SkImage_MakeFromTexture_3_backendTexture"> <code><strong>backendTexture </strong></cod…
541 …ic sk_sp&lt;SkImage&gt; MakeFromTexture(GrContext* context, const GrBackendTexture& backendTexture,
552 …ned if format of <a href="#SkImage_MakeFromTexture_4_backendTexture">backendTexture</a> is recogni…
559 …td><a name="SkImage_MakeFromTexture_4_backendTexture"> <code><strong>backendTexture </strong></cod…
[all …]
/external/skqp/src/image/
DSkImage_Gpu.cpp1045 GrBackendTexture* backendTexture, in MakeBackendTextureFromSkImage() argument
1047 if (!image || !ctx || !backendTexture || !releaseProc) { in MakeBackendTextureFromSkImage()
1102 return GrTexture::StealBackendTexture(std::move(textureRef), backendTexture, releaseProc); in MakeBackendTextureFromSkImage()