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