Searched refs:pipeName (Results 1 – 7 of 7) sorted by relevance
/external/deqp/execserver/ |
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()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 1331 GLuint pipeName = pipeline.pipeline->getPipeline(); in testPipelineRendering() local 1343 glBindProgramPipeline(pipeName); in testPipelineRendering() 1344 log() << TestLog::Message << "// Bind pipeline " << pipeName << TestLog::EndMessage; in testPipelineRendering() 1363 GLuint pipeName = pipeline.pipeline->getPipeline(); in testCurrentProgPriority() local 1370 LOG_CALL(glBindProgramPipeline(pipeName)); in testCurrentProgPriority() 1379 LOG_CALL(glBindProgramPipeline(pipeName)); in testCurrentProgPriority() 1461 GLuint pipeName = pipeline.pipeline->getPipeline(); in testPipelineQueryPrograms() local 1465 LOG_CALL(GLU_CHECK_CALL(glGetProgramPipelineiv(pipeName, GL_VERTEX_SHADER, &queryVtx))); in testPipelineQueryPrograms() 1469 LOG_CALL(GLU_CHECK_CALL(glGetProgramPipelineiv(pipeName, GL_FRAGMENT_SHADER, &queryFrg))); in testPipelineQueryPrograms() 1478 GLuint pipeName = pipeline.pipeline->getPipeline(); in testPipelineQueryActive() local [all …]
|
/external/v4l2_codec2/include/ |
D | C2VDAAdaptorProxy.h | 64 void onConnectionError(const std::string& pipeName);
|
/external/v4l2_codec2/ |
D | C2VDAAdaptorProxy.cpp | 44 void C2VDAAdaptorProxy::onConnectionError(const std::string& pipeName) { in onConnectionError() argument 45 ALOGE("onConnectionError (%s)", pipeName.c_str()); in onConnectionError()
|
/external/swiftshader/include/GL/ |
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
|
/external/mesa3d/include/GL/ |
D | glxext.h | 748 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member 752 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member 758 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member 763 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member
|
/external/curl/tests/python_dependencies/impacket/ |
D | smbserver.py | 3745 def registerNamedPipe(self, pipeName, address): argument 3746 self.__registeredNamedPipes[unicode(pipeName)] = address 3749 def unregisterNamedPipe(self, pipeName): argument 3750 if self.__registeredNamedPipes.has_key(pipeName): 3751 del(self.__registeredNamedPipes[unicode(pipeName)])
|