Searched defs:gpuAPI (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/dm/
H A DDMGpuSupport.h22 GrGLStandard gpuAPI,
25 return SkSurface::NewRenderTarget(grFactory->get(type, gpuAPI), info, samples, NULL);
20 NewGpuSurface(GrContextFactory* grFactory, GrContextFactory::GLContextType type, GrGLStandard gpuAPI, SkImageInfo info, int samples) argument
H A DDMGpuGMTask.cpp15 GrGLStandard gpuAPI,
21 , fGpuAPI(gpuAPI)
10 GpuGMTask(const char* config, Reporter* reporter, TaskRunner* taskRunner, skiagm::GMRegistry::Factory gmFactory, GrContextFactory::GLContextType contextType, GrGLStandard gpuAPI, int sampleCount) argument
H A DDM.cpp74 GrGLStandard gpuAPI,
86 START("gpu", GpuGMTask, native, gpuAPI, 0);
87 START("msaa4", GpuGMTask, native, gpuAPI, 4);
88 START("msaa16", GpuGMTask, native, gpuAPI, 16);
89 START("nvprmsaa4", GpuGMTask, nvpr, gpuAPI, 4);
90 START("nvprmsaa16", GpuGMTask, nvpr, gpuAPI, 16);
91 START("gpunull", GpuGMTask, null, gpuAPI, 0);
92 START("gpudebug", GpuGMTask, debug, gpuAPI, 0);
94 START("angle", GpuGMTask, angle, gpuAPI, 0);
97 START("mesa", GpuGMTask, mesa, gpuAPI,
72 kick_off_gms(const SkTDArray<GMRegistry::Factory>& gms, const SkTArray<SkString>& configs, GrGLStandard gpuAPI, DM::Reporter* reporter, DM::TaskRunner* tasks) argument
204 GrGLStandard gpuAPI = get_gl_standard(); local
[all...]
/external/chromium_org/third_party/skia/tools/flags/
H A DSkCommonFlags.h17 DECLARE_string(gpuAPI); variable
/external/chromium_org/third_party/skia/tools/
H A DPictureRenderingFlags.cpp78 DEFINE_string(gpuAPI, "", "Force use of specific gpu API. Using \"gl\" "
273 GrGLStandard gpuAPI = kNone_GrGLStandard; local
276 gpuAPI = kGL_GrGLStandard;
278 gpuAPI = kGLES_GrGLStandard;
280 error.printf("--gpuAPI invalid api value.\n");
284 error.printf("--gpuAPI invalid api value.\n");
330 if (!renderer->setDeviceType(deviceType, gpuAPI)) {
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp1431 DEFINE_string(gpuAPI, "", "Force use of specific gpu API. Using \"gl\" "
1698 GrGLStandard gpuAPI);
1704 GrGLStandard gpuAPI) {
1754 GrContext* gr = grFactory->get(config.fGLContextType, gpuAPI);
1925 GrContextFactory* grFactory, GrGLStandard gpuAPI) {
2005 GrContext* ctx = grFactory->get(gRec[index].fGLContextType, gpuAPI);
2160 static bool parse_flags_gl_standard(GrGLStandard* gpuAPI) { argument
2162 *gpuAPI = kNone_GrGLStandard;
2167 *gpuAPI = kGL_GrGLStandard;
2171 *gpuAPI
1699 run_multiple_configs(GMMain &gmmain, GM *gm, const SkTDArray<size_t> &configs, const SkTDArray<const PDFRasterizerData*> &pdfRasterizers, const SkTDArray<SkScalar> &tileGridReplayScales, GrContextFactory *grFactory, GrGLStandard gpuAPI) argument
1924 parse_flags_configs(SkTDArray<size_t>* outConfigs, GrContextFactory* grFactory, GrGLStandard gpuAPI) argument
2268 GrGLStandard gpuAPI = kNone_GrGLStandard; local
2273 GrGLStandard gpuAPI = 0; local
[all...]

Completed in 146 milliseconds