Searched refs:pipeName (Results 1 - 10 of 10) sorted by relevance
/third_party/vk-gl-cts/execserver/ |
H A D | xsWin32TestProcess.cpp | 450 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 D | echo-server.c | 350 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 D | es31fSeparateShaderTests.cpp | 1342 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 D | test-report-uv-handles.js | 15 const pipeName = `node-test.${process.pid}.sock`; 16 return path.join(pipePrefix, pipeName);
|
/third_party/mesa3d/include/GL/ |
H A D | glxext.h | 778 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 D | glxext.h | 763 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 D | glxext.h | 762 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 D | glxext.h | 762 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 D | index.js | 223 const pipeName = `node-test.${process.pid}.sock`; 224 return path.join(pipePrefix, pipeName);
|
/third_party/node/lib/ |
H A D | net.js | 1962 const pipeName = this._pipeName = options.path; 1965 pipeName,
|
Completed in 16 milliseconds