Home
last modified time | relevance | path

Searched refs:updateBackendTexture (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/include/gpu/
H A DGrDirectContext.h598 bool updateBackendTexture(const GrBackendTexture&,
614 bool updateBackendTexture(const GrBackendTexture&,
638 bool updateBackendTexture(const GrBackendTexture&,
646 * Convenience version of updateBackendTexture that takes just a base level pixmap.
648 bool updateBackendTexture(const GrBackendTexture& texture, in updateBackendTexture() function in GrDirectContext
653 return this->updateBackendTexture(texture, in updateBackendTexture()
662 bool updateBackendTexture(const GrBackendTexture& texture, in updateBackendTexture() function in GrDirectContext
667 return this->updateBackendTexture(texture, in updateBackendTexture()
776 * called (e.g updateBackendTexture and flush). If finishedProc is not null then it will be
/third_party/skia/tests/
H A DRectangleTextureTest.cpp147 if (!dContext->updateBackendTexture(rectangleTex, &pm, 1, origin, nullptr, nullptr)) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
H A DBackendAllocationTest.cpp345 dContext->updateBackendTexture(mbet->texture(), in test_color_init()
535 dContext->updateBackendTexture(mbet->texture(), in test_pixmap_init()
/third_party/skia/gm/
H A Drectangletexture.cpp103 if (!dContext->updateBackendTexture(bet, content.pixmap(), origin, nullptr, nullptr)) { in createRectangleTextureImg()
/third_party/skia/src/gpu/
H A DGrDirectContext.cpp874 bool GrDirectContext::updateBackendTexture(const GrBackendTexture& backendTexture, in updateBackendTexture() function in GrDirectContext
887 bool GrDirectContext::updateBackendTexture(const GrBackendTexture& backendTexture, in updateBackendTexture() function in GrDirectContext
913 bool GrDirectContext::updateBackendTexture(const GrBackendTexture& backendTexture, in updateBackendTexture() function in GrDirectContext

Completed in 10 milliseconds