OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callsite
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libs/GLES_trace/tools/
testgenapi.py
29
callsite
= 'CALL_GL_API(glCopyTexImage2D, target, level, internalformat, x, y,' \
32
api = ApiCall("GL", apientry,
callsite
)
34
self.assertEqual(api.
callsite
, 'glCopyTexImage2D(target, level, internalformat, ' \
genapi.py
176
$!retType!$ retValue = glContext->hooks->gl.$!
callsite
!$;
178
glContext->hooks->gl.$!
callsite
!$;
274
def __init__(self, prefix, apientry,
callsite
):
281
callsite
: specification line containing CALL_GL_API macro
291
self.func = self.getFunc(
callsite
)
292
self.
callsite
= self.getCallSite(
callsite
)
312
def parseCallSite(self,
callsite
):
313
m = re.search(self.CALL_GL_API_REGEX,
callsite
)
316
% (
callsite
, self.CALL_GL_API_REGEX)
[
all
...]
Completed in 92 milliseconds