OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testingOnly_setExplicitlyAllocateGPUResources
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
ResourceAllocatorTest.cpp
134
bool GrResourceProvider::
testingOnly_setExplicitlyAllocateGPUResources
(bool newValue) {
145
bool orig = resourceProvider->
testingOnly_setExplicitlyAllocateGPUResources
(true);
254
resourceProvider->
testingOnly_setExplicitlyAllocateGPUResources
(orig);
277
bool orig = resourceProvider->
testingOnly_setExplicitlyAllocateGPUResources
(true);
287
resourceProvider->
testingOnly_setExplicitlyAllocateGPUResources
(orig);
325
resourceProvider->
testingOnly_setExplicitlyAllocateGPUResources
(explicitlyAllocating);
/external/skqp/tests/
ResourceAllocatorTest.cpp
134
bool GrResourceProvider::
testingOnly_setExplicitlyAllocateGPUResources
(bool newValue) {
145
bool orig = resourceProvider->
testingOnly_setExplicitlyAllocateGPUResources
(true);
254
resourceProvider->
testingOnly_setExplicitlyAllocateGPUResources
(orig);
277
bool orig = resourceProvider->
testingOnly_setExplicitlyAllocateGPUResources
(true);
287
resourceProvider->
testingOnly_setExplicitlyAllocateGPUResources
(orig);
325
resourceProvider->
testingOnly_setExplicitlyAllocateGPUResources
(explicitlyAllocating);
Completed in 270 milliseconds