OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wrapBackendTexture
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/
GrGpu.cpp
174
GrTexture* GrGpu::
wrapBackendTexture
(const GrBackendTextureDesc& desc) {
GrContext.cpp
512
GrTexture* GrContext::
wrapBackendTexture
(const GrBackendTextureDesc& desc) {
513
return fGpu->
wrapBackendTexture
(desc);
[
all
...]
Completed in 196 milliseconds