Searched refs:sourceBuf (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | DebugTest.cpp | 263 GLenum sourceBuf = 0; in TEST_P() local 270 glGetDebugMessageLogKHR(1, static_cast<GLsizei>(messageBuf.size()), &sourceBuf, &typeBuf, in TEST_P() 273 EXPECT_EQ(source, sourceBuf); in TEST_P() 320 GLenum sourceBuf = 0; in TEST_P() local 327 glGetDebugMessageLogKHR(1, static_cast<GLsizei>(messageBuf.size()), &sourceBuf, in TEST_P() 330 EXPECT_EQ(source, sourceBuf); in TEST_P()
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
D | prettify.js | 680 var sourceBuf = []; 690 sourceBuf.push(match.substring(9, match.length - 3)); 695 sourceBuf.push('\n'); 729 sourceBuf.push(literalText); 734 return { source: sourceBuf.join(''), tags: extractedTags };
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinitionUtil.cpp | 1531 std::ostringstream sourceBuf; in generateProgramInterfaceProgramSources() local 1534 sourceBuf << glu::getGLSLVersionDeclaration(shader->getVersion()) << "\n" in generateProgramInterfaceProgramSources() 1541 writeStructureDefinitions(sourceBuf, shader->getDefaultBlock()); in generateProgramInterfaceProgramSources() 1546 sourceBuf << shader->getDefaultBlock().variables[ndx] << ";\n"; in generateProgramInterfaceProgramSources() 1549 sourceBuf << "\n"; in generateProgramInterfaceProgramSources() 1554 writeInterfaceBlock(sourceBuf, shader->getDefaultBlock().interfaceBlocks[ndx]); in generateProgramInterfaceProgramSources() 1705 sourceBuf << "writeonly buffer DummyOutputInterface\n" in generateProgramInterfaceProgramSources() 1711 sources << glu::ShaderSource(shader->getType(), sourceBuf.str() + usageBuf.str()); in generateProgramInterfaceProgramSources()
|
/external/llvm-project/mlir/lib/Parser/ |
D | Parser.cpp | 2066 const auto *sourceBuf = sourceMgr.getMemoryBuffer(sourceMgr.getMainFileID()); in parseSourceFile() local 2068 Location parserLoc = FileLineColLoc::get(sourceBuf->getBufferIdentifier(), in parseSourceFile()
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | android_3p-bundle.js | 685 var sourceBuf = []; 695 sourceBuf.push(match.substring(9, match.length - 3)); 700 sourceBuf.push('\n'); 734 sourceBuf.push(literalText); 739 return { source: sourceBuf.join(''), tags: extractedTags };
|