OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onWrapBackendTexture
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrGpu.h
421
virtual GrTexture*
onWrapBackendTexture
(const GrBackendTextureDesc&) = 0;
GrGpu.cpp
137
GrTexture* tex = this->
onWrapBackendTexture
(desc);
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h
119
virtual GrTexture*
onWrapBackendTexture
(const GrBackendTextureDesc&) SK_OVERRIDE;
GrGpuGL.cpp
360
GrTexture* GrGpuGL::
onWrapBackendTexture
(const GrBackendTextureDesc& desc) {
[
all
...]
Completed in 204 milliseconds