OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrSurface
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/
GrSurface.h
20
class
GrSurface
: public GrResource {
22
SK_DECLARE_INST_COUNT(
GrSurface
);
77
* Checks whether this
GrSurface
refers to the same GPU object as other. This
81
bool isSameAs(const
GrSurface
* other) const {
139
GrSurface
(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)
/external/skia/include/gpu/
GrSurface.h
20
class
GrSurface
: public GrResource {
22
SK_DECLARE_INST_COUNT(
GrSurface
);
77
* Checks whether this
GrSurface
refers to the same GPU object as other. This
81
bool isSameAs(const
GrSurface
* other) const {
139
GrSurface
(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)
Completed in 452 milliseconds