Home | History | Annotate | Download | only in driver

Lines Matching refs:rsc

23 #define RSD_CALL_GL(x, ...) rsc->setWatchdogGL(#x, __LINE__, __FILE__); x(__VA_ARGS__); rsc->setWatchdogGL(nullptr, 0, nullptr)
74 bool rsdGLSetInternalSurface(const android::renderscript::Context *rsc,
76 int32_t rsdGLInit(const android::renderscript::Context *rsc);
77 void rsdGLShutdown(const android::renderscript::Context *rsc);
78 bool rsdGLSetSurface(const android::renderscript::Context *rsc,
80 void rsdGLSwap(const android::renderscript::Context *rsc);
81 void rsdGLCheckError(const android::renderscript::Context *rsc,
83 void rsdGLSetPriority(const android::renderscript::Context *rsc,
85 void rsdGLClearColor(const android::renderscript::Context *rsc,
87 void rsdGLClearDepth(const android::renderscript::Context *rsc, float v);
88 void rsdGLFinish(const android::renderscript::Context *rsc);
89 void rsdGLDrawQuadTexCoords(const android::renderscript::Context *rsc,