OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipeOut
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/delibs/deutil/
deProcess.c
220
int
pipeOut
[2] = { -1, -1 };
235
if (pipe(pipeIn) < 0 || pipe(
pipeOut
) < 0 || pipe(pipeErr) < 0 || pipe(statusPipe) < 0)
240
closePipe(
pipeOut
);
254
closePipe(
pipeOut
);
267
close(
pipeOut
[0]);
282
if (
pipeOut
[1] != STDOUT_FILENO &&
283
dup2(
pipeOut
[1], STDOUT_FILENO) != STDOUT_FILENO)
285
close(
pipeOut
[1]);
330
closePipe(
pipeOut
);
351
close(
pipeOut
[1])
[
all
...]
/external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp
1005
(MovePtr<Pipeline>&
pipeOut
);
1016
void testPipelineRendering (MovePtr<Pipeline>&
pipeOut
);
1017
void testCurrentProgPriority (MovePtr<Pipeline>&
pipeOut
);
1018
void testActiveProgramUniform (MovePtr<Pipeline>&
pipeOut
);
1019
void testPipelineQueryActive (MovePtr<Pipeline>&
pipeOut
);
1020
void testPipelineQueryPrograms (MovePtr<Pipeline>&
pipeOut
);
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.cpp
[
all
...]
Completed in 229 milliseconds