HomeSort by relevance Sort by last modified time
    Searched refs:GR_API (Results 1 - 7 of 7) sorted by null

  /external/skia/gpu/include/
GrNoncopyable.h 27 class GR_API GrNoncopyable {
GrPathRenderer.h 28 class GR_API GrPathRenderer : public GrRefCnt {
134 class GR_API GrDefaultPathRenderer : public GrPathRenderer {
GrConfig.h 177 #define GR_API __declspec(dllexport)
179 #define GR_API __declspec(dllimport)
182 #define GR_API __attribute__((visibility("default")))
185 #define GR_API
192 extern GR_API void GrPrintf(const char format[], ...);
GrRefCnt.h 32 class GR_API GrRefCnt : GrNoncopyable {
GrContext.h 32 class GR_API GrContext : public GrRefCnt {
GrGLInterface.h 49 GR_API GrGLInterface* GrGLGetGLInterface();
50 GR_API void GrGLSetGLInterface(GrGLInterface* gl_interface);
  /external/skia/gpu/src/
GrGLInterface.cpp 76 GR_API void GrGLSetGLInterface(GrGLInterface* gl_interface) {
80 GR_API GrGLInterface* GrGLGetGLInterface() {

Completed in 384 milliseconds