Searched refs:setDeviceType (Results 1 - 4 of 4) sorted by relevance

/external/skia/tools/
H A DPictureRenderingFlags.cpp323 if (!renderer->setDeviceType(deviceType, gpuAPI)) {
325 if (!renderer->setDeviceType(deviceType)) {
H A DPictureRenderer.h170 bool setDeviceType(SkDeviceTypes deviceType, GrGLStandard gpuAPI = kNone_GrGLStandard) { function in class:sk_tools::PictureRenderer
172 bool setDeviceType(SkDeviceTypes deviceType) {
/external/skia/samplecode/
H A DSampleApp.h116 void setDeviceType(DeviceType type);
H A DSampleApp.cpp1470 this->setDeviceType((DeviceType)selected);
1676 void SampleWindow::setDeviceType(DeviceType type) { function in class:SampleWindow
1697 this->setDeviceType(cycle_devicetype(fDeviceType));

Completed in 1201 milliseconds