• Home
  • Raw
  • Download

Lines Matching refs:addString

395     json->addString("Binding", gl::GLenumToString(enumGroup, framebufferAttachment.getBinding()));  in SerializeFramebufferAttachment()
447 json->addString("Label", framebufferState.getLabel()); in SerializeFramebufferState()
782 json->addString("Label", bufferState.getLabel()); in SerializeBufferState()
856 json->addString("Label", sampler->getLabel()); in SerializeSampler()
896 json->addString("Label", renderbuffer->getLabel()); in SerializeRenderbuffer()
931 json->addString("Name", shaderVariable.name); in SerializeShaderVariable()
932 json->addString("MappedName", shaderVariable.mappedName); in SerializeShaderVariable()
940 json->addString("StructOrBlockName", shaderVariable.structOrBlockName); in SerializeShaderVariable()
941 json->addString("MappedStructOrBlockName", shaderVariable.mappedStructOrBlockName); in SerializeShaderVariable()
971 json->addString("Name", interfaceBlock.name); in SerializeInterfaceBlocksVector()
972 json->addString("MappedName", interfaceBlock.mappedName); in SerializeInterfaceBlocksVector()
973 json->addString("InstanceName", interfaceBlock.instanceName); in SerializeInterfaceBlocksVector()
987 json->addString("Label", shaderState.getLabel()); in SerializeShaderState()
990 json->addString("TranslatedSource", shaderState.getTranslatedSource()); in SerializeShaderState()
992 json->addString("Source", shaderState.getSource()); in SerializeShaderState()
1034 json->addString("InfoLogString", shader->getInfoLogString()); in SerializeShader()
1097 json->addString("Label", programState.getLabel()); in SerializeProgramState()
1259 json->addString("Label", texture->getLabel()); in SerializeTexture()
1301 json->addString("Label", vertexArrayState.getLabel()); in SerializeVertexArrayState()