OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onCreatePlatformSurface
(Results
1 - 4
of
4
) sorted by null
/external/skia/gpu/src/
GrGpuGL.h
83
virtual GrResource*
onCreatePlatformSurface
(const GrPlatformSurfaceDesc& desc);
GrGpu.cpp
152
return this->
onCreatePlatformSurface
(desc);
GrGpuGL.cpp
569
GrResource* GrGpuGL::
onCreatePlatformSurface
(const GrPlatformSurfaceDesc& desc) {
[
all
...]
/external/skia/gpu/include/
GrGpu.h
440
virtual GrResource*
onCreatePlatformSurface
(const GrPlatformSurfaceDesc& desc) = 0;
Completed in 19 milliseconds