/external/deqp/modules/gles2/functional/ |
D | es2fDepthRangeTests.cpp | 433 …tcu::TestCaseGroup* writeGroup = new tcu::TestCaseGroup(m_testCtx, "write", "gl_FragDepth write te… in init() local 434 addChild(writeGroup); in init() 436 …writeGroup->addChild(new DepthRangeWriteCase(m_context, cases[ndx].name, cases[ndx].desc, cases[nd… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragDepthTests.cpp | 577 …tcu::TestCaseGroup* writeGroup = new tcu::TestCaseGroup(m_testCtx, "write", "gl_FragDepth write te… in init() local 578 addChild(writeGroup); in init() 580 …writeGroup->addChild(new FragDepthWriteCase(m_context, cases[ndx].name, cases[ndx].desc, cases[ndx… in init()
|
D | es3fBufferMapTests.cpp | 607 …tcu::TestCaseGroup* writeGroup = new tcu::TestCaseGroup(m_testCtx, bufferDataSources[srcNdx].name,… in init() local 608 mapReadGroup->addChild(writeGroup); in init() 618 …writeGroup->addChild(new BufferMapReadCase(m_context, (string(getBufferTargetName(target)) + "_ful… in init() 619 …writeGroup->addChild(new BufferMapReadCase(m_context, (string(getBufferTargetName(target)) + "_par… in init()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcFragDepthTests.cpp | 548 …tcu::TestCaseGroup* writeGroup = new tcu::TestCaseGroup(m_testCtx, "write", "gl_FragDepth write te… in init() local 549 addChild(writeGroup); in init() 551 …writeGroup->addChild(new FragDepthWriteCase(m_context, cases[ndx].name, cases[ndx].desc, m_glslVer… in init()
|
/external/protobuf/objectivec/ |
D | GPBCodedOutputStream.h | 261 - (void)writeGroup:(int32_t)fieldNumber
|
D | GPBCodedOutputStream.m | 340 - (void)writeGroup:(int32_t)fieldNumber value:(GPBMessage *)value { 872 [self writeGroup:fieldNumber value:value];
|
D | GPBMessage.m | 1674 [output writeGroup:fieldNumber
|
/external/protobuf/js/binary/ |
D | reader_test.js | 632 writer.writeGroup(5, dummyMessage, function() { 634 writer.writeGroup(6, dummyMessage, function() {
|
D | writer.js | 745 jspb.BinaryWriter.prototype.writeGroup = function( method in jspb.BinaryWriter
|
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
D | CodedOutputByteBufferNano.java | 156 public void writeGroup(final int fieldNumber, final MessageNano value) in writeGroup() method in CodedOutputByteBufferNano 1239 writeGroup(number, groupValue); in writeField()
|
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/ |
D | CodedOutputStreamMicro.java | 183 public void writeGroup(final int fieldNumber, final MessageMicro value) in writeGroup() method in CodedOutputStreamMicro
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | UnknownFieldSet.java | 801 output.writeGroup(fieldNumber, value); in writeTo()
|
D | FieldSet.java | 648 output.writeGroup(number, (MessageLite) value); in writeElement()
|
D | CodedOutputStream.java | 994 public final void writeGroup(final int fieldNumber, final MessageLite value) throws IOException { in writeGroup() method in CodedOutputStream
|