OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrClearStencilClipBatch
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/batches/
GrClearBatch.h
72
class
GrClearStencilClipBatch
final : public GrBatch {
76
GrClearStencilClipBatch
(const SkIRect& rect, bool insideClip, GrRenderTarget* rt)
/external/skia/src/gpu/
GrDrawTarget.cpp
538
GrBatch* batch = new
GrClearStencilClipBatch
(rect, insideClip, rt);
Completed in 3251 milliseconds