OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPENGL_DIR
(Results
1 - 4
of
4
) sorted by null
/external/deqp/scripts/opengl/
gen_query_util.py
72
utilFile = os.path.join(
OPENGL_DIR
, "gluQueryUtil.inl")
75
utilFile = os.path.join(
OPENGL_DIR
, "gluCallLogUtil.inl")
gen_str_util.py
964
prototypeFile = os.path.join(
OPENGL_DIR
, "gluStrUtilPrototypes.inl")
965
implFile = os.path.join(
OPENGL_DIR
, "gluStrUtil.inl")
[
all
...]
src_util.py
34
OPENGL_DIR
= os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "opengl"))
36
OPENGL_INC_DIR = os.path.join(
OPENGL_DIR
, "wrapper")
gen_call_log_wrapper.py
453
genCommandList(iface, commandLogWrapperMemberDecl,
OPENGL_DIR
, "gluCallLogWrapperApi.inl", True)
454
genCommandList(iface, commandLogWrapperMemberDef,
OPENGL_DIR
, "gluCallLogWrapper.inl", False)
Completed in 61 milliseconds