Home
last modified time | relevance | path

Searched refs:pipeName (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/execserver/
H A DxsWin32TestProcess.cpp450 char pipeName[128]; in createPipeWithOverlappedIO() local
456 deSprintf(pipeName, sizeof(pipeName), "\\\\.\\Pipe\\dEQP-ExecServer-%08x-%08x-%08x", in createPipeWithOverlappedIO()
461 readHandle = CreateNamedPipe(pipeName, /* Pipe name. */ in createPipeWithOverlappedIO()
473 writeHandle = CreateFile(pipeName, in createPipeWithOverlappedIO()
/third_party/libuv/test/
H A Decho-server.c350 static int pipe_echo_start(char* pipeName) { in pipe_echo_start() argument
356 uv_fs_unlink(NULL, &req, pipeName, NULL); in pipe_echo_start()
370 r = uv_pipe_bind(&pipeServer, pipeName); in pipe_echo_start()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp1342 GLuint pipeName = pipeline.pipeline->getPipeline();
1354 glBindProgramPipeline(pipeName);
1355 log() << TestLog::Message << "// Bind pipeline " << pipeName << TestLog::EndMessage;
1374 GLuint pipeName = pipeline.pipeline->getPipeline();
1381 LOG_CALL(glBindProgramPipeline(pipeName));
1390 LOG_CALL(glBindProgramPipeline(pipeName));
1472 GLuint pipeName = pipeline.pipeline->getPipeline();
1476 LOG_CALL(GLU_CHECK_CALL(glGetProgramPipelineiv(pipeName, GL_VERTEX_SHADER, &queryVtx)));
1480 LOG_CALL(GLU_CHECK_CALL(glGetProgramPipelineiv(pipeName, GL_FRAGMENT_SHADER, &queryFrg)));
1489 GLuint pipeName
[all...]
/third_party/node/test/report/
H A Dtest-report-uv-handles.js15 const pipeName = `node-test.${process.pid}.sock`;
16 return path.join(pipePrefix, pipeName);
/third_party/mesa3d/include/GL/
H A Dglxext.h778 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member
782 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member
788 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member
793 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member
/third_party/openGLES/api/GL/
H A Dglxext.h763 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member
767 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member
773 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member
778 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglxext.h762 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member
766 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member
772 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member
777 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglxext.h762 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member
766 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member
772 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member
777 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member
/third_party/node/test/common/
H A Dindex.js223 const pipeName = `node-test.${process.pid}.sock`;
224 return path.join(pipePrefix, pipeName);
/third_party/node/lib/
H A Dnet.js1962 const pipeName = this._pipeName = options.path;
1965 pipeName,

Completed in 16 milliseconds