OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:runWithGlContext
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/renderthread/
RenderProxy.cpp
270
CREATE_BRIDGE2(
runWithGlContext
, CanvasContext* context, RenderTask* task) {
271
args->context->
runWithGlContext
(args->task);
275
void RenderProxy::
runWithGlContext
(RenderTask* gltask) {
276
SETUP_TASK(
runWithGlContext
);
CanvasContext.cpp
682
void CanvasContext::
runWithGlContext
(RenderTask* task) {
Completed in 169 milliseconds