OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:recordOp
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/gpu/
GrTextureOpList.cpp
159
this->
recordOp
(std::move(op));
212
void GrTextureOpList::
recordOp
(std::unique_ptr<GrOp> op) {
GrRenderTargetOpList.cpp
650
void GrRenderTargetOpList::
recordOp
(
/external/skqp/src/gpu/
GrTextureOpList.cpp
157
this->
recordOp
(std::move(op));
210
void GrTextureOpList::
recordOp
(std::unique_ptr<GrOp> op) {
GrRenderTargetOpList.cpp
646
void GrRenderTargetOpList::
recordOp
(
/external/skia/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp
145
this->
recordOp
(std::move(op), args);
149
void GrCoverageCountingPathRenderer::
recordOp
(std::unique_ptr<GrCCDrawPathsOp> op,
/external/skqp/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp
145
this->
recordOp
(std::move(op), args);
149
void GrCoverageCountingPathRenderer::
recordOp
(std::unique_ptr<GrCCDrawPathsOp> op,
Completed in 2845 milliseconds