OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gl_ctx
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
glcpp.c
103
init_fake_gl_context (struct gl_context *
gl_ctx
)
105
memset(
gl_ctx
, 0, sizeof(*
gl_ctx
));
106
gl_ctx
->API = API_OPENGL_COMPAT;
107
gl_ctx
->Const.DisableGLSLLineContinuations = false;
141
struct gl_context
gl_ctx
;
local
144
init_fake_gl_context (&
gl_ctx
);
149
gl_ctx
.Const.DisableGLSLLineContinuations = true;
175
ret = glcpp_preprocess(ctx, &shader, &info_log, NULL, NULL, &
gl_ctx
);
glcpp.h
215
struct gl_context *
gl_ctx
;
member in struct:glcpp_parser
234
glcpp_parser_create(struct gl_context *
gl_ctx
,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
glcpp.c
103
init_fake_gl_context (struct gl_context *
gl_ctx
)
105
gl_ctx
->API = API_OPENGL_COMPAT;
106
gl_ctx
->Const.DisableGLSLLineContinuations = false;
140
struct gl_context
gl_ctx
;
local
143
init_fake_gl_context (&
gl_ctx
);
148
gl_ctx
.Const.DisableGLSLLineContinuations = true;
174
ret = glcpp_preprocess(ctx, &shader, &info_log, NULL, NULL, &
gl_ctx
);
Completed in 5 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026