OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrGLDefaultInterface
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/gpu/gl/
GrGLDefaultInterface_native.cpp
10
const GrGLInterface*
GrGLDefaultInterface
() {
GrGLDefaultInterface_none.cpp
10
const GrGLInterface*
GrGLDefaultInterface
() {
/external/skia/src/gpu/
GrGpuFactory.cpp
25
glInterface =
GrGLDefaultInterface
();
26
// By calling
GrGLDefaultInterface
we've taken a ref on the
/external/skia/include/gpu/gl/
GrGLInterface.h
42
* The default interface is returned by
GrGLDefaultInterface
. This function's
49
*
GrGLDefaultInterface
, each should bump the ref count.
58
const GrGLInterface*
GrGLDefaultInterface
();
Completed in 203 milliseconds