OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initfromrendertarget
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/gpu/
SkGpuDevice.h
132
void
initFromRenderTarget
(GrContext*, GrRenderTarget*, bool cached);
/external/skia/src/gpu/
SkGpuDevice.cpp
171
this->
initFromRenderTarget
(context, texture->asRenderTarget(), false);
176
this->
initFromRenderTarget
(context, renderTarget, false);
179
void SkGpuDevice::
initFromRenderTarget
(GrContext* context,
[
all
...]
Completed in 3260 milliseconds